Loading Tool

Explorer IconExplorer

Memory Pool

56,166 transactions
32.05 vMB
0.13834967 BTC
Random Selection Loading Transactions
Max Size: 173.27/200 MB

Candidate Block

Mining Attempt 026e63a121c1b92b02285afe9ee61d69ee5c9c3f5040b7ebb42551df97ecbf1f
Version 20000000
Previous Block 000000000000000000009ae72742d77d55e96bac00494a031373ad4b53b85617
Merkle Root 7d6ab3e92f7f1e4864a4d9bf003c56ab91f64de85a036e9e6330002d9f692401
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,031
Size: 1.00 vMB
Total Fees: 0.04446461 BTC
Feerates: 101.25 > 4.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,825 (318,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,339 596,339 0000000000000000000aeb9ae019005d364ad564ae2b44af3d635f2681c43081 2,865 1.00/1.00 vMB 51
596,338 596,338 0000000000000000000e6bc0c4db4e9fc53abc51a2ae41eb7c6449144c136649 2,658 1.00/1.00 vMB 19
596,337 596,337 0000000000000000000050d68326db99646b96bf4b3632a8dcf76803793cfada 2,005 1.00/1.00 vMB 10
596,336 596,336 00000000000000000002da70ff6cf7c060507e036d8654190de7c8c74b844883 2,848 1.00/1.00 vMB 39
596,335 596,335 000000000000000000148e08a08fc0ad1375bc46b59139e086c35af9c57a72a0 2,651 1.00/1.00 vMB 24
596,334 596,334 0000000000000000000fdebca356edb40e93113b29027c1f02ccd181c93db16b 2,412 1.00/1.00 vMB 29
596,333 596,333 000000000000000000045276dbb17ec475d37999262cd616e40e6f648618caab 3,111 1.00/1.00 vMB 45
596,332 596,332 0000000000000000000721a3f0468a077734161c62f36361d56b5198e64751ed 2,680 1.00/1.00 vMB 53
596,331 596,331 00000000000000000003382abb11242b9b08bf0f5a3e4f00d42583d0735cb698 2,621 1.00/1.00 vMB 4
596,330 596,330 0000000000000000000c36cec76a28a0347920e3cdab0b39f131f1aebbf1a250 1,383 1.00/1.00 vMB 13
596,329 596,329 0000000000000000000db30461c77d250c72548969f88cced6092f23030220b7 2,840 1.00/1.00 vMB 38
596,328 596,328 00000000000000000015d6512b2fb52e0cde5a789a8ddc569d62b18881a82209 2,865 1.00/1.00 vMB 23
596,327 596,327 0000000000000000001544990b7f664eec86e1a1ffc7552ba1dd8e8fe7510990 2,846 0.99/1.00 vMB 38
596,326 596,326 0000000000000000000d813b43d1a4c146b0ae3b85106d9493b2c8069de8e681 3,030 1.00/1.00 vMB 39
596,325 596,325 0000000000000000001258881d378e9d32e1a5128f6a81e90d87acf43ac0b352 2,923 1.00/1.00 vMB 40
596,324 596,324 0000000000000000000b5d3c6145541440c7b50d8607784e7546df5de66bad4c 2,733 1.00/1.00 vMB 26
596,323 596,323 0000000000000000000c3e6a81fb9495a045f1f90a08b0c9f3da55ce0a83c50d 2,780 1.00/1.00 vMB 27
596,322 596,322 00000000000000000009554b7b99fb7baf26886183b920a346a6e789b7769ee1 2,099 1.00/1.00 vMB 4
596,321 596,321 0000000000000000000be8f9a237900f2df010ffe0ebd1f2225c03beb7698035 2,350 1.00/1.00 vMB 32
596,320 596,320 00000000000000000009bc37f801a93133245849dbbae1230a77d4baf56ec96f 2,504 1.00/1.00 vMB 27
596,319 596,319 00000000000000000008a8150f5e1f3d98966f8bb0ee72a7449492075dd85c7d 2,867 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.08 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: 651.42 GB
    • Received: 13.56 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.