Loading Tool

Explorer IconExplorer

Memory Pool

82,784 transactions
30.39 vMB
0.14684064 BTC
Random Selection Loading Transactions
Max Size: 184.05/200 MB

Candidate Block

Mining Attempt ab1174109987659845b3c07079a9d5472b7cfb943a882e5e22b2ee8138d7a43d
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root aae884e7e92475197221df3b667f6cae6e48eca557534441b1ff7869718a6593
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.06652682 BTC
Feerates: 150.61 > 6.67 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (309,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,497 605,497 0000000000000000000598bd06ee873d0aa32a7e7814d1151fbdbf6250d45d3e 2,874 1.00/1.00 vMB 37
605,496 605,496 00000000000000000013766ce12c3a6e03170b75028b12061fc65c8cf02718ab 3,543 1.00/1.00 vMB 48
605,495 605,495 000000000000000000077aba705732d4f04fb8251c5af8bb70bce5fe07fc22e6 3,163 1.00/1.00 vMB 30
605,494 605,494 00000000000000000015ad4499d7e5c9a243d688760a42b073853b008f7c6459 3,113 1.00/1.00 vMB 32
605,493 605,493 0000000000000000000f133973dfd7a73a39543a6b6b813eaf62030e82702585 2,668 1.00/1.00 vMB 26
605,492 605,492 000000000000000000125c28cd38af3e63911eefdf092bc3274a7de7233895c2 2,722 1.00/1.00 vMB 33
605,491 605,491 00000000000000000002576caf9a06df2a1d7c653d79eea2661b684a2caf1e09 2,407 1.00/1.00 vMB 22
605,490 605,490 0000000000000000000e1d7f32331c4da49d2bc061c19174abfd6618a3b5354a 3,096 1.00/1.00 vMB 31
605,489 605,489 0000000000000000000a5dc69b751bcd8483ae90c85027eafef96d3fc4fdc53c 3,208 1.00/1.00 vMB 32
605,488 605,488 00000000000000000013ef82a1d9d7c49612d7cad2847bff2d7a9b7637d518a2 2,544 1.00/1.00 vMB 39
605,487 605,487 000000000000000000121a9502b918db2d2c7ed77aeae82bef2057a3a2721ce4 2,499 1.00/1.00 vMB 26
605,486 605,486 000000000000000000146d7f0d5701de27c1517102c78e2f7144d198d91952cf 3,097 1.00/1.00 vMB 35
605,485 605,485 000000000000000000071699b128a234e1b7a421175348fc7b5cf3f424705b89 2,744 1.00/1.00 vMB 35
605,484 605,484 000000000000000000009f2ba45915b0c0b6fcc5fa7bedc85a1afd712c925dfc 3,020 1.00/1.00 vMB 38
605,483 605,483 00000000000000000010d05954a7308f4d87dd3b8a5c5479fa7c63d2195413bb 3,535 1.00/1.00 vMB 47
605,482 605,482 0000000000000000000aac117ba0c0910956020b30e847154311d7d01d50476f 2,906 1.00/1.00 vMB 45
605,481 605,481 0000000000000000000dd9331fa59773b39ea80674ddc3c29c7eb1480e69806e 3,650 1.00/1.00 vMB 47
605,480 605,480 0000000000000000000fffe958df9d84cf6c4ef9487a23f63a58178344625c44 2,928 1.00/1.00 vMB 48
605,479 605,479 000000000000000000107e2eb82c218dc413c8e90d4972c7a5d75197f7572e4b 3,105 1.00/1.00 vMB 39
605,478 605,478 00000000000000000012d7249aae22d6afbf5150260b24f3cb21666cae8e8eab 2,946 1.00/1.00 vMB 26
605,477 605,477 00000000000000000007f9242d49cb82860499211cd8f51801caf4bb89b16e2c 2,602 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.63 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: 672.32 GB
    • Received: 16.20 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.