Loading Tool

Explorer IconExplorer

Memory Pool

82,415 transactions
31.91 vMB
0.08306691 BTC
Random Selection Loading Transactions
Max Size: 193.62/200 MB

Candidate Block

Mining Attempt 359cc52762c71b1321815dd100f966ac98af3662e0e85866886605cd612dec9f
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 736993dc43fbdd8acd09c3b0924de73d1fe06666464241d9efd047ce53089ebb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,532
Size: 1.00 vMB
Total Fees: 0.01334308 BTC
Feerates: 73.20 > 1.34 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (311,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,141 604,141 0000000000000000000b73f9c498f387b52b28eb997f51743ff58b9fe2410d9c 1,984 1.00/1.00 vMB 13
604,140 604,140 0000000000000000000ebd8d3e3ce5aa0554bf31eccb126568f614f00f99f31c 862 1.00/1.00 vMB 8
604,139 604,139 000000000000000000037b1dd20a274c7e1b6a808c872ce0d615be8b1557fbf7 160 1.00/1.00 vMB 2
604,138 604,138 00000000000000000008a20c368f1a57cc4a41c9d062b7eef161b22e55c3fe5a 584 1.00/1.00 vMB 6
604,137 604,137 00000000000000000014a193f0cfcb9f737444be5109eac913b3fa01094fa7a8 1,038 1.00/1.00 vMB 2
604,136 604,136 00000000000000000000aa01f8a5b13b80d85b9de74a37a1bbf03632ffe0e5d0 2,760 1.00/1.00 vMB 29
604,135 604,135 000000000000000000141caa878ad1b010a583b701efcfa11d460cbe651a2d6f 1,550 1.00/1.00 vMB 9
604,134 604,134 00000000000000000015b8f0b41696f521a06806cd4b87009d300396f829c527 2,641 1.00/1.00 vMB 23
604,133 604,133 00000000000000000009212dda071d3a98da3975daa665e9a9ced126940b680f 3,079 1.00/1.00 vMB 8
604,132 604,132 00000000000000000003ac8eecc3e265d2da532b6f1a2c3edf5d4dfb8ec9968c 2,328 1.00/1.00 vMB 25
604,131 604,131 0000000000000000000f25a309b214809c1e3498e81e4811b4552657ae30a3df 3,107 1.00/1.00 vMB 27
604,130 604,130 0000000000000000001490ba5014d6e04822cc625e7305a5f05b9f377b82397a 1,560 1.00/1.00 vMB 14
604,129 604,129 0000000000000000000dab642d85d7a98a14d3294e77c5e846e5b22aa4e98159 2,903 1.00/1.00 vMB 19
604,128 604,128 000000000000000000084cf4ddc005eaedc1842b755f0659369b47cb9e08df14 2,751 1.00/1.00 vMB 33
604,127 604,127 000000000000000000014b22d74b44ec296bdb76b7b8a278730c712ff216377f 1,700 1.00/1.00 vMB 10
604,126 604,126 0000000000000000000c5960ab420b111dd9e8bc54603f4962f55947e5d817ca 717 1.00/1.00 vMB 7
604,125 604,125 0000000000000000000bae67ac522390c868e9631b2ff5a30f3cc9b012b8cbd1 1,857 1.00/1.00 vMB 15
604,124 604,124 0000000000000000000c57a8a02d2f6e1684f53ee27cd4a19b7be95d79fe9d65 462 1.00/1.00 vMB 5
604,123 604,123 0000000000000000000f14581c18bf2df79925d48f8dbb9589390d683d357ac0 1,550 1.00/1.00 vMB 10
604,122 604,122 0000000000000000000088b42ea074d9fad2d4e9deff9d94f5a26afe4501b82b 3,250 1.00/1.00 vMB 19
604,121 604,121 00000000000000000005d96201f08d1af70a818c3189f6e7cab8ec5c7358308c 1,698 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.76 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: 708.97 GB
    • Received: 16.80 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.