Loading Tool

Explorer IconExplorer

Memory Pool

58,317 transactions
17.63 vMB
0.05652235 BTC
Random Selection Loading Transactions
Max Size: 112.08/200 MB

Candidate Block

Mining Attempt 4ad2521548918127d6ba100a69116041a6453d48b7fcecd5fc2afbc0663d947d
Version 20000000
Previous Block 00000000000000000000059ec86cae8c95cec1dbe98d814a7f0f20a372ccf607
Merkle Root c865786b00c396381bbe037e11691d39dd9d30a95ce76737de0dba77c239d9f9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,256
Size: 1.00 vMB
Total Fees: 0.01705020 BTC
Feerates: 106.19 > 1.71 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,738 (844,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
71,299 71,299 0000000000a022b07087f3c156f7910d0da593644711e0fed54806f8fc1c5301 2 0.00/1.00 vMB 3,875
71,298 71,298 0000000000030bbdbb448d1423c1430bbfb56490c6ab34eadcfcbc26a86b269c 1 0.00/1.00 vMB 0
71,297 71,297 0000000000a1cabfa6ef75624c45a734063ddfd93859c15a49a3248c399b28dc 3 0.00/1.00 vMB 0
71,296 71,296 00000000001f3cc09ee6ea43552fe197c6ce5d0f795a4705579182b4a433e3b3 1 0.00/1.00 vMB 0
71,295 71,295 0000000000a929644761deffe16ce000d38127a5d0fffe482ea9399a5a24c5ee 1 0.00/1.00 vMB 0
71,294 71,294 0000000000a5624851caee89b6845d9a996e268c9630756d93ea0c3f8355479b 1 0.00/1.00 vMB 0
71,293 71,293 00000000009edab69ca595ab695976b51513c891cc5d1e36b03507d8ff92791b 1 0.00/1.00 vMB 0
71,292 71,292 0000000000bb580782033e06435070a473622662d042ef21bc67acfb093688b3 2 0.00/1.00 vMB 3,875
71,291 71,291 0000000000de4a4ee1ec4bc8b541d36d95655e6bcb392a5522554848a746bc66 1 0.00/1.00 vMB 0
71,290 71,290 0000000000b440a9f81bcb0a2bba63965750819362bd516f274b3c89347a4393 1 0.00/1.00 vMB 0
71,289 71,289 0000000000644b0f33ecf8da4063027010df5faa8fdc5d6ca72b63f1e7875219 1 0.00/1.00 vMB 0
71,288 71,288 00000000009ad9df9e43fe63f97f003a9a6b5a9827c100c91a6f81df76692466 3 0.00/1.00 vMB 1,941
71,287 71,287 00000000008637d4aadf8be5abb5d4700db903f86805c00f623ebd5e6e4c4798 2 0.00/1.00 vMB 0
71,286 71,286 0000000000ba759c370ab6c6eb574ed87df810ea770744016a91a743c518339e 2 0.00/1.00 vMB 0
71,285 71,285 0000000000a477276242fea7f2a4ff675ce2cecfa2cb20cdf07694134ab602b4 1 0.00/1.00 vMB 0
71,284 71,284 0000000000cc231bddf7151abfcb20bf2b6e2a68bc2cf5f529ec9da8f49beb5b 1 0.00/1.00 vMB 0
71,283 71,283 0000000000c245b8078de8af3737833c55ff5e1d18a5aa47f9a265d51322b708 1 0.00/1.00 vMB 0
71,282 71,282 000000000071e22066b292951758e6df3a489a6e57d607360aa151b6275d9a25 1 0.00/1.00 vMB 0
71,281 71,281 00000000010bf3ecaf62cb4b81ad0704c88076e52b5cef25ad90da94448935ac 1 0.00/1.00 vMB 0
71,280 71,280 0000000000ade011252d44eafbf64db3f94a3cb09353170831d3b8cccb81f4c3 2 0.00/1.00 vMB 3,875
71,279 71,279 00000000001af0d405ac56726a26689b35409b5557b82f4f039e7bbea62a6a49 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 776.51 GB
    • Received: 21.04 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.