Loading Tool

Explorer IconExplorer

Memory Pool

35,675 transactions
7.58 vMB
0.07278460 BTC
  • 1 sats/vbyte = 30 blocks ()
  • 2 sats/vbyte = 18 blocks ()
  • 12 sats/vbyte = 7 blocks ()
  • 13 sats/vbyte = 5 blocks ()
  • 14 sats/vbyte = 3 blocks ()
  • 15 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.42/200 MB

Candidate Block

Mining Attempt 529e8caacf36a6ffa3b8e71a3da8f374a74639b186e8ec3daef02529ddcbe7e6
Version 20000000
Previous Block 00000000000000000001114eb45b2f67104bd6d67205a7a91d363e704a08897c
Merkle Root e3c72d0c0530bc2f0b30f9785d415f7888e86e2e98f60db08f47f695b3d49d67
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 4,577
Size: 1.00 vMB
Total Fees: 0.03395375 BTC
Avg Feerate: 2.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,765 (694,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
217,856 217,856 00000000000001a566bdde95392bf35f25ae9702054dee7fb26a94120dcfda2a 0.10 MB 266 214
217,855 217,855 000000000000044322bc59514bf8760b2cb8d00deb900f1fac98fd76f6d1c74f 0.00 MB 10 166
217,854 217,854 000000000000012f9e8a32d244840d9a05553fef476c7614f86bf4d299043fd6 0.04 MB 73 66
217,853 217,853 00000000000002099653ddb16068fd9b393ed6a24c2b91295fb75fff654b1010 0.11 MB 208 495
217,852 217,852 00000000000004a4422aebed058da5011f94e92e38749701fa5c991614579819 0.08 MB 153 182
217,851 217,851 000000000000022b449696fbac939c4916f562e8cf39a85936e84fc2018f6f84 0.08 MB 191 261
217,850 217,850 0000000000000318bdf68e9a6a5b6d31548f9decbfc4b8d9c4649f102ef16894 0.00 MB 11 231
217,849 217,849 00000000000000111f135ba1ccc2ff489f60d95ab0b73874f751c2f7f7d8b49b 0.10 MB 216 209
217,848 217,848 00000000000000e533b34f0448ee6648932ac88907be4953389bfe6e49609776 0.15 MB 341 210
217,847 217,847 000000000000019897f9552fc33171336eedbfda9dafeab356fb5bb1cabbdeb1 0.12 MB 343 222
217,846 217,846 00000000000002c604c54fa01497d78850d8b544f8c9edc23066ead0224298ad 0.13 MB 319 244
217,845 217,845 000000000000022e1d664b9c433ba7861250a60ce8172e8a0b787acafe326956 0.11 MB 196 117
217,844 217,844 0000000000000149e3b1780ac866fb69199a08aa469c8acdaf283d9e966cdd04 0.06 MB 126 155
217,843 217,843 000000000000015d43f12e63688c68c378229f8a2911840412d559b789e6e0db 0.17 MB 461 215
217,842 217,842 00000000000000010ec9f57743b9ae4e01e14afb4ade441b2f252294e807da30 0.01 MB 21 512
217,841 217,841 00000000000004ca488d4d00d75fc0903b9dbd3b88377273804429ac530b5d19 0.07 MB 123 78
217,840 217,840 0000000000000465ed811aac9309e95b4a6420c81f4ed8436fd1e1fab73a9f03 0.05 MB 142 155
217,839 217,839 00000000000000169d6d45490285c40d3db30aec019ff84709fb0dba3d64526e 0.11 MB 207 263
217,838 217,838 0000000000000270df1e1e0e7e9112e08ee3fad0938b07c16ce16bc733711626 0.04 MB 62 93
217,837 217,837 00000000000001bde870afad6946020db2ab15dbd6b2b0b3b0cf3a4fdcdd4773 0.17 MB 384 180
217,836 217,836 000000000000002d58b8efefdfa2ee2629990eedb22a4865884718939eaba7b8 0.05 MB 122 127
Previous 10 blocks ↓
Total Size: 778.43 GB

Node Details:

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