Loading Tool

Explorer IconExplorer

Memory Pool

80,196 transactions
29.85 vMB
0.07461879 BTC
Random Selection Loading Transactions
Max Size: 179.72/200 MB

Candidate Block

Mining Attempt b3e8f7b514f83cb26f73e0176b4fab53c25d6ff44d94af97f9198069b78e0bb1
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root a42db0a220a9674fb6f709f509bfd35f74bbe78f9ba66730f9a61ba923470047
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,958
Size: 1.00 vMB
Total Fees: 0.01352628 BTC
Feerates: 197.70 > 1.36 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (100,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,123 814,123 000000000000000000035a5ca8f284947e5a957ce076bb627e0545d4ff462cbe 3,827 1.00/1.00 vMB 13
814,122 814,122 000000000000000000033ed422b6c3b69a622561c32094991e5b5b4dd8bf614c 2,352 1.00/1.00 vMB 5
814,121 814,121 000000000000000000036646c18a9181d0f7526ba0c56a130a7fb8558be27705 3,728 1.00/1.00 vMB 7
814,120 814,120 00000000000000000002588c094f3fd9aad102118f19dd6d0dd70ff87e36ae47 3,593 1.00/1.00 vMB 10
814,119 814,119 00000000000000000003effd6d2a1ba904ba786f8f9c6c31fa9d4a2d5048302b 2,752 1.00/1.00 vMB 15
814,118 814,118 00000000000000000002cb6b97a1290f26299255dbf9d91c393aa5c32760d804 2,013 1.00/1.00 vMB 10
814,117 814,117 00000000000000000000f48716e2e2f5dd9ef760a7469fd5cf7de3bb3036eb54 409 1.00/1.00 vMB 5
814,116 814,116 0000000000000000000002e1f4be01bd70275422419f9597f05490c398b361af 3,417 1.00/1.00 vMB 13
814,115 814,115 0000000000000000000076e172feccc4894ac4c246833c52d89f0c15ed1b6563 4,489 1.00/1.00 vMB 5
814,114 814,114 00000000000000000002785619643fc5f66fbcc619eb58e34e1524d12741b9f3 3,066 1.00/1.00 vMB 22
814,113 814,113 00000000000000000001c32d3f3fdc514cb1b253f95ce618ab8405ad54612044 3,641 1.00/1.00 vMB 10
814,112 814,112 000000000000000000026b3d1d5cbdde7ca962cf6c3f053298cac1c904e8cd1b 2,591 1.00/1.00 vMB 19
814,111 814,111 00000000000000000000968c4cb332f7a6c9c663f5ed91ef2c62391cfa23fb8e 2,587 1.00/1.00 vMB 5
814,110 814,110 000000000000000000005fbfaa59f5f521e877b8b0504237fd967f860006fee8 2,697 1.00/1.00 vMB 7
814,109 814,109 00000000000000000003ab93b5b01fa8f76c80aede4e43ff702b2a2d96a67674 2,658 1.00/1.00 vMB 7
814,108 814,108 0000000000000000000220d5cca7a393dc854543653df65a47719ad80967ce30 3,666 1.00/1.00 vMB 20
814,107 814,107 0000000000000000000242d8460833b4c28753d0dc7b862395092bac16ee0897 2,954 1.00/1.00 vMB 17
814,106 814,106 000000000000000000007304043c021da5f6d13ce5e6d751ad6e76da1e2232f2 4,190 1.00/1.00 vMB 14
814,105 814,105 00000000000000000003240f1925b53e26de77bb0c94d392b1fdb18d1448b2a3 2,225 1.00/1.00 vMB 8
814,104 814,104 000000000000000000040b914f321a4672675a25c159238c66b80ba2b8c6ac2a 2,894 1.00/1.00 vMB 17
814,103 814,103 00000000000000000000c56d3dcd2bd02f14c8f69f2f829b1a7d2b3577c72edc 1,509 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.37 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: 663.71 GB
    • Received: 14.93 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.