Loading Tool

Explorer IconExplorer

Memory Pool

45,052 transactions
27.36 vMB
0.10358443 BTC
Random Selection Loading Transactions
Max Size: 143.06/200 MB

Candidate Block

Mining Attempt 6c2a0bacca8eae868e8a5d39379863073a743f6c3a55939efa7c1047ff5893fb
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 9efcb967a4fe168391712ff838dcc2e3a641d69b8de84cd2ecd73873e8580e85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,621
Size: 1.00 vMB
Total Fees: 0.04639107 BTC
Feerates: 151.01 > 4.65 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (65,146 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,730 849,730 00000000000000000001e89b551633ad6f5edbfe8d04f294152413611dc75ff9 4,619 1.00/1.00 vMB 12
849,729 849,729 00000000000000000000bd5fc3b95e9e8b709baffe321150df4f5eb6ce5ed2f9 4,925 1.00/1.00 vMB 15
849,728 849,728 00000000000000000000d7233ed9fc249eec9a5d6f1abe654d37976e1152a188 3,220 1.00/1.00 vMB 17
849,727 849,727 00000000000000000003339ddcd68bb6d31188d277d709b8c50bd67387f21040 3,220 1.00/1.00 vMB 19
849,726 849,726 00000000000000000002855060bb26470c3c5a6cc6072f948a06ba57c9275b5c 3,023 1.00/1.00 vMB 19
849,725 849,725 00000000000000000002022f52e54337b1c1c60e08467ed9427f35e1e96ba98d 4,810 1.00/1.00 vMB 17
849,724 849,724 000000000000000000015cc3cff27467f3e123425b0f12d81eaa87e00d04b654 4,044 1.00/1.00 vMB 15
849,723 849,723 0000000000000000000170b6e764b4537ff3a5d50da10df43be3da512c2d002d 4,296 1.00/1.00 vMB 22
849,722 849,722 00000000000000000002c59eeb7551cfeefc45cab0d44017f5fe505863f29ccf 3,211 1.00/1.00 vMB 26
849,721 849,721 00000000000000000000a9bb06a63163965b97b584a5119d278b7cf696250099 4,505 1.00/1.00 vMB 25
849,720 849,720 00000000000000000001c738cccd55b07cd743bf6d31336a52056507dc4b245b 4,502 1.00/1.00 vMB 20
849,719 849,719 00000000000000000001b6114b0aa0677725971991d27705c1c994c4202d8c2f 4,293 1.00/1.00 vMB 24
849,718 849,718 00000000000000000001e46e40e9192d92111ffcc9d31ff1d73593614c4e2d1c 4,694 1.00/1.00 vMB 22
849,717 849,717 0000000000000000000086abdd12e441e5ccbf8306573c123c8e17202753671e 3,402 1.00/1.00 vMB 27
849,716 849,716 000000000000000000012d4f614d7bbb89642179db93c41c62e5d4c4eb3a821b 2,007 1.00/1.00 vMB 9
849,715 849,715 00000000000000000002b5490e642d43c6cd06807c6921c9d8d6c97fb17626a4 5,578 1.00/1.00 vMB 11
849,714 849,714 0000000000000000000293507e33e7408d94c2fbef7c47cf7371150bb4c38915 4,430 1.00/1.00 vMB 20
849,713 849,713 00000000000000000002c21f8fdbc1dce40e8df59ef314e081206dbcf64915d1 3,270 1.00/1.00 vMB 10
849,712 849,712 00000000000000000002e45a62c0e8b15f4f75c61f1cc5cc116fa4e304ac4932 4,146 1.00/1.00 vMB 14
849,711 849,711 00000000000000000000cf9022544b78c21c45d844b249e0304dcdd46df6a366 4,968 1.00/1.00 vMB 16
849,710 849,710 0000000000000000000218236174583ad678294c0a02f67e27f252cbeca5fd90 4,961 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.