Loading Tool

Explorer IconExplorer

Memory Pool

79,096 transactions
29.34 vMB
0.12405085 BTC
Random Selection Loading Transactions
Max Size: 176.68/200 MB

Candidate Block

Mining Attempt af6a954a15b318887de2b6135ec659b29b246ffca87b12c1f55069aa4de6e957
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root b2d33f98589839151a50f6a344f2761d8be69fa4c3861d94e33577cb288a1a4a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,288
Size: 1.00 vMB
Total Fees: 0.04493415 BTC
Feerates: 150.80 > 4.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (255,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,566 659,566 00000000000000000001192923c330bd58cb5cadd3c8e1cfbf5209616e8207ce 2,741 1.00/1.00 vMB 132
659,565 659,565 000000000000000000085ce84def33534fad0a494c3ecab5505e5b30ee5e4a97 2,692 1.00/1.00 vMB 132
659,564 659,564 000000000000000000039301d888240682d376df6f1b32ee559620784075fe3f 2,266 1.00/1.00 vMB 83
659,563 659,563 0000000000000000000ab3b754257d5e378e4b1de1d0c5e7517dfc4b9de3c2ba 2,753 1.00/1.00 vMB 96
659,562 659,562 00000000000000000003781ebb72b3d018d5e86ff7a52136d5cb76466bc45654 3,063 1.00/1.00 vMB 105
659,561 659,561 00000000000000000003a84f7b66df34d84f247d3583206c79672db59a43ffb7 2,373 1.00/1.00 vMB 114
659,560 659,560 000000000000000000093b44554a0a91920647f448c828fb4a45e2c33aec7919 1,778 1.00/1.00 vMB 120
659,559 659,559 00000000000000000003e7f86fc78180f7f648585ae6a78c14f138f7e6d65303 3,009 1.00/1.00 vMB 146
659,558 659,558 000000000000000000083f663e399d3fd9384303aef15f3fa720cb22bf807f55 2,582 1.00/1.00 vMB 135
659,557 659,557 00000000000000000008fb8d9ec12edb438f39b3844ed0af7fac64c89da634d2 2,092 1.00/1.00 vMB 126
659,556 659,556 0000000000000000000b5cb44ddd97e10efc7e57d14cd5c37b0d1858dc9b81cf 2,579 1.00/1.00 vMB 127
659,555 659,555 000000000000000000059079f405725fc0ef1bab3e531f73dba64d23f5bb0b8b 2,473 1.00/1.00 vMB 119
659,554 659,554 0000000000000000000e4a6fa5a0545432cc6819dbd176161bab337f2eb997bf 2,844 1.00/1.00 vMB 131
659,553 659,553 00000000000000000006c3d28ce11ccc5655891cd99ab96b6c0c0fb0598d5a62 2,526 1.00/1.00 vMB 132
659,552 659,552 000000000000000000009af2f0dba3e68361c3660943b1194ef71d272d1217f8 2,539 1.00/1.00 vMB 126
659,551 659,551 000000000000000000030b9a240f48f1109b15b336cf8db017c5d80aa305d5f9 2,503 1.00/1.00 vMB 166
659,550 659,550 0000000000000000000cfc71513d398fa637fc40f447b77f797fc987a2c40c73 2,324 1.00/1.00 vMB 94
659,549 659,549 0000000000000000000b3f3644d1eb0f04f7848c97bc016b3b00a4704b672b0c 2,973 1.00/1.00 vMB 102
659,548 659,548 00000000000000000007faa1d00e60dddaf531ccd5cbece7852b857e0a89d252 2,928 1.00/1.00 vMB 88
659,547 659,547 0000000000000000000e74250f63ff23b888d028a8ae426ffc7243aa5f7715b1 2,634 1.00/1.00 vMB 88
659,546 659,546 0000000000000000000b50e07d1b987b6d1070475081b65174dbedc5527a29bd 2,843 1.00/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.