Loading Tool

Explorer IconExplorer

Memory Pool

79,562 transactions
29.90 vMB
0.09865197 BTC
Random Selection Loading Transactions
Max Size: 180.54/200 MB

Candidate Block

Mining Attempt f0e68c4585920d26da6a5ea6ff6b9656a0d675657ec55a67bcc7651e90e9ee11
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root efe2ab9ab9f47e0937fec1998a120b8ceb18ac54d9e9b63eeafec3866c31ed0d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,733
Size: 1.00 vMB
Total Fees: 0.03068496 BTC
Feerates: 101.62 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (65,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,666 849,666 00000000000000000002e86a7e6fd806b9aee8cc996aa41280691c385197cc36 3,142 1.00/1.00 vMB 18
849,665 849,665 0000000000000000000207a12f73a7229dac1c80101cf737ffd3f7f847da7cbb 3,027 1.00/1.00 vMB 26
849,664 849,664 000000000000000000032e1842287d08186444a0435352e3f144c98b3ae6d395 2,561 1.00/1.00 vMB 19
849,663 849,663 000000000000000000034ae6575608b921f7b1ed153b6c5d70e21f389d4a78dc 3,808 1.00/1.00 vMB 22
849,662 849,662 00000000000000000000fcd2a5ed430e853e970f47379312743a4805f53f57f6 3,375 1.00/1.00 vMB 34
849,661 849,661 000000000000000000012e1c0662d672efbcdbc315324aecb0e2a8f80fd9bf22 2,966 1.00/1.00 vMB 13
849,660 849,660 00000000000000000000736e7918e83a4bdaee04e6f416dddfd68318d82b1e1f 3,538 1.00/1.00 vMB 20
849,659 849,659 0000000000000000000261072e6b0e03ae0f6492a76122338004cb5e97f5f428 2,848 1.00/1.00 vMB 16
849,658 849,658 00000000000000000001cf00331aeb09e920e9775f389db598e4231e145cace3 3,995 1.00/1.00 vMB 13
849,657 849,657 00000000000000000000ae657597eb5355da668b754469491e412c95f0340c1d 2,083 1.00/1.00 vMB 10
849,656 849,656 00000000000000000001f3d13ce628a1def990a39fcf529d093e7b324c0dfea5 2,909 1.00/1.00 vMB 16
849,655 849,655 00000000000000000000795e0ccc8a40255b19d84806c30033727ba5a5e8d200 2,802 1.00/1.00 vMB 15
849,654 849,654 0000000000000000000037da1d2de79a2652d0b6dfd3deef1faf6734f32b9303 1,973 1.00/1.00 vMB 13
849,653 849,653 000000000000000000035b91ad4d999683bb55e7b7b521a40453fcde17d1c46f 6,201 1.00/1.00 vMB 9
849,652 849,652 000000000000000000018b555ded97c840c41c9b79c0d9b3aa6b166cc9a69441 7,817 1.00/1.00 vMB 7
849,651 849,651 000000000000000000007f2bc0e623b126f82afb947d79e2e936841152eeeecd 2,300 1.00/1.00 vMB 8
849,650 849,650 0000000000000000000248245c3f17829f0e3c89b8f1b01028a4a316e6f19b2b 2,258 1.00/1.00 vMB 15
849,649 849,649 00000000000000000000ad75ce348bec51ab23eb0f28131fe409740d4ded6a7e 3,559 1.00/1.00 vMB 8
849,648 849,648 0000000000000000000154a111abf36715437386f0a2a12f52d2374471cb0a04 2,077 1.00/1.00 vMB 14
849,647 849,647 00000000000000000001d6575a83f9746f69e823d42dc044b2990c88d7744d5c 2,554 1.00/1.00 vMB 10
849,646 849,646 000000000000000000019c32a504061892482d5b2bf3af1e28128ec50e1815c3 2,494 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.62 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.04 GB
    • Received: 16.12 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.