Loading Tool

Explorer IconExplorer

Memory Pool

43,485 transactions
19.83 vMB
0.04500535 BTC
Random Selection Loading Transactions
Max Size: 112.60/200 MB

Candidate Block

Mining Attempt 98535f8e0d1062944ad96e26bc73b75f70b8a8d3133d0c3d8e22125bcb01d44e
Version 20000000
Previous Block 000000000000000000018874f947c54f57812b49683cdc24268b3f6b0182883c
Merkle Root 9b43e4429af33b7c3df6ab5e77d759566c15bd8336694a6442fb1a9348b3f082
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,781
Size: 1.00 vMB
Total Fees: 0.00628493 BTC
Feerates: 301.57 > 0.63 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,953 (485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,468 913,468 00000000000000000001db2bbbe046dc7161a964db938c9ca6ba23a959370878 3,295 1.00/1.00 vMB 2
913,467 913,467 00000000000000000000e387c939cc0147c7753eb341ef82d4d5b49a20fa70e4 3,596 1.00/1.00 vMB 3
913,466 913,466 00000000000000000001d57f0bd9e71479695da906dd4d0ba7a9e2d1d8afa2a4 4,647 1.00/1.00 vMB 0
913,465 913,465 0000000000000000000106ba8fb086820fb92e21f9106dc89bf43130d02fd3e1 3,460 1.00/1.00 vMB 2
913,464 913,464 00000000000000000001310df28e7f540da68557cbe51885ac49fc1340cd1966 3,979 1.00/1.00 vMB 1
913,463 913,463 00000000000000000000f8a0bdeedb5a27ecb219d76f61ad9e5e33c1a58045c1 2,272 1.00/1.00 vMB 2
913,462 913,462 00000000000000000001312ee623fd6dac294ac34a9e3726eb42095cad139343 1,958 1.00/1.00 vMB 0
913,461 913,461 00000000000000000001d0557bcb620576883ecb13f1662ae58e65b69410780c 1,901 1.00/1.00 vMB 5
913,460 913,460 00000000000000000000bf18fc36a8195debcb0008a92316fba169851f7c89a3 2,240 1.00/1.00 vMB 1
913,459 913,459 0000000000000000000066ac21ba42b91fa162e496fd444b39d53b2f27321a01 3,855 1.00/1.00 vMB 4
913,458 913,458 0000000000000000000090cb53194bf414beae3a95367503e1f29bc054a37150 3,749 1.00/1.00 vMB 4
913,457 913,457 000000000000000000005b95516143f3a5c12ca43b8fea57fd53ee9679bfd479 3,884 1.00/1.00 vMB 3
913,456 913,456 0000000000000000000101810863bbcd5328f761e002bbe875adcae9ac492c2f 3,169 1.00/1.00 vMB 6
913,455 913,455 00000000000000000001cab3eb2a8339cf2f1dcb5c1019b9c58236a19ab8b0ed 3,804 1.00/1.00 vMB 1
913,454 913,454 000000000000000000008aabb7749a6ed62d33a69524678c2e46a9362255797c 4,053 1.00/1.00 vMB 3
913,453 913,453 00000000000000000000d46def4b4535c6284d8845f811af0ec3e1a4f57a2cf6 71 0.02/1.00 vMB 4
913,452 913,452 0000000000000000000091d8b990c8064c6eff7ed43fdd2ec29a1c9d3b5ef393 3,310 1.00/1.00 vMB 1
913,451 913,451 00000000000000000001b2c79e211a34669bca715620468a5e29f846dbf98812 1,205 0.38/1.00 vMB 6
913,450 913,450 00000000000000000000e9d3955c2e3309b5c786231b623822f9c02d7c5ceb59 824 0.18/1.00 vMB 3
913,449 913,449 000000000000000000015e0d39ed218f17656b9c68068e20fc4f24fd05959a8f 2,651 0.74/1.00 vMB 5
913,448 913,448 000000000000000000008a32030f18bfbcf56f9bc4b6582f27818e6d2a5ec937 1,352 0.42/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 780.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 535.18 GB
    • Received: 5.89 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.