Loading Tool

Explorer IconExplorer

Memory Pool

30,620 transactions
12.12 vMB
0.03307239 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.25/200 MB

Candidate Block

Mining Attempt 190cefd13d0e6ac19c44e7af6567530e4fa8fbce72d35dce347293f8325dd6a6
Version 20000000
Previous Block 0000000000000000000172a1d11580e33d6323106c895a61630f5c68fc726d3a
Merkle Root 114f16c67333bd5cbd48b36a3518b989e2a7ee11443d5c96608a20ed324497ca
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,024
Size: 1.00 vMB
Total Fees: 0.01165813 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,512 (720,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
192,652 192,652 00000000000004c2f7b105d54fc68b4f6f1625a909f580fea5065f9f4d089426 386 0.14 vMB 146
192,651 192,651 00000000000002301197bc82eab34f7ba19b5268e9656431074fbedb588b85d6 212 0.06 vMB 139
192,650 192,650 000000000000027805ada4d17c040d472f73d38aa8e0258f971382815eff2515 149 0.06 vMB 136
192,649 192,649 000000000000049ef77b97dcd2ff9568fa606791a55b8c25142f4ea556a55d23 617 0.24 vMB 154
192,648 192,648 00000000000003f47254e51d1bc492f1175c2eb13c18dd59665fb8349179d67a 171 0.06 vMB 127
192,647 192,647 0000000000000267832dfe9f32edc8687a42d40a172969d35425e459f88fabe7 32 0.01 vMB 0
192,646 192,646 00000000000004a5e12cbf8cf8b08d847fdf679cd503f6df8548d94b37092a2f 88 0.02 vMB 419
192,645 192,645 00000000000006d6198fc9e8cc5ee45e1c9a5a1829fd13cd11f1e868a05ea850 9 0.01 vMB 40
192,644 192,644 000000000000074ccc55b1e6542ac93c640b59ae2e06d38030f583d6974c7125 29 0.02 vMB 11
192,643 192,643 00000000000000217faf22b388b1ef99593456b6875e2501ff70d7f1e4ded9bc 635 0.22 vMB 148
192,642 192,642 0000000000000259e9b898da2ba5acad9ac3bde5e1d540875427ca76f7c15cb7 153 0.07 vMB 149
192,641 192,641 0000000000000283d441a15b07ef42bdedbf0320c61772e1df74c3357d0139af 256 0.10 vMB 178
192,640 192,640 00000000000005a23fc834f0a01fc33a8167829723ee4eff1423f8855aa39007 83 0.04 vMB 141
192,639 192,639 000000000000024b6de54fe87b90fd8438c816eaff18269df1d666f74537bdef 85 0.03 vMB 127
192,638 192,638 00000000000003767602721bda9a59c1101cf6d8248204e2def0fb63fcde8904 138 0.08 vMB 89
192,637 192,637 00000000000002159a702839e214d907a0bacaaa77f12f9d64ddedd5d5866e85 660 0.21 vMB 163
192,636 192,636 0000000000000096d1fe307ce30e9d6d18f29ffc3a565ac05d8e41737bd53424 70 0.03 vMB 101
192,635 192,635 0000000000000689abf9de52895ee51820697ecee26d31303b60c72cf665005f 730 0.26 vMB 208
192,634 192,634 000000000000021aa057d9cfb4ade6625b9db0ba0d386ba1bca64a04d2bcc730 150 0.06 vMB 90
192,633 192,633 0000000000000392ddd5f0297eb1ef387be12082e84112a48a33ca229e186c41 144 0.05 vMB 43
192,632 192,632 00000000000005e2cd704d4c0a2a0be4da8d05e8d3633a0a8153697fdcc46eb0 9 0.00 vMB 2,255
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

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