Loading Tool

Explorer IconExplorer

Memory Pool

76,447 transactions
28.59 vMB
0.11070991 BTC
Random Selection Loading Transactions
Max Size: 173.04/200 MB

Candidate Block

Mining Attempt b3386d169e9e7e6d3537fa9aa91a1a60fd9a11cde876451d232a2cdcbc576253
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root b242fe03d6a3726b49045285d2ae1697eef27df5db8f52dc04ab093b989d83bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,256
Size: 1.00 vMB
Total Fees: 0.05137782 BTC
Feerates: 101.65 > 5.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (683,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,636 231,636 000000000000008cfcd1437c14ee1e07afcffeed3b2e0ef69487c2a1f1b22cec 140 0.06/1.00 vMB 178
231,635 231,635 00000000000000ad7b01af692537e8bfa14ce4f6d4dd5a91c5cbf83e0f80fec2 421 0.16/1.00 vMB 181
231,634 231,634 000000000000002b8089df96a231cfd1865abfdd402e09180b3f48a720d97e90 209 0.08/1.00 vMB 220
231,633 231,633 00000000000001d217702c025dcfb3f84f2c56c06b57aec0b88080528cf2f7b3 135 0.24/1.00 vMB 14
231,632 231,632 000000000000013c994d4eed43a9c5f15a59ae5b4d69207a5d65a0482d86bc6d 482 0.25/1.00 vMB 106
231,631 231,631 00000000000001dfbc7cbe2f6db9337ec24e4e9cbb3500189bca11172d92b394 596 0.25/1.00 vMB 174
231,630 231,630 00000000000002234d241062891a0758edd0c8677efd6143960b58c4f7bb40dd 429 0.20/1.00 vMB 195
231,629 231,629 000000000000022d3c49275cc151f1ecaf0cbc3c8c1ffb685593c3da7b102c75 95 0.05/1.00 vMB 111
231,628 231,628 00000000000000b39e4b88a94e9183cae7e2706aec121c7f64a61b9f6d11aaae 460 0.21/1.00 vMB 157
231,627 231,627 00000000000001a280ad94e0cb31cd8cb71d90fd3531753cf68724959f143eee 365 0.20/1.00 vMB 135
231,626 231,626 00000000000001568430c2f2097e92554a33e9e3e4e7b1c9737cf6312c986bea 441 0.25/1.00 vMB 125
231,625 231,625 00000000000001b679eea8380456e5379bc020659292f85d247463d7a8d67e49 456 0.18/1.00 vMB 170
231,624 231,624 000000000000002029117cddd4df09276c3bccde4e8e404d1f4d0d823fac78f4 170 0.08/1.00 vMB 185
231,623 231,623 000000000000003a057525654e8c934fd959dc454abd027c258aed08325b2fc6 210 0.09/1.00 vMB 181
231,622 231,622 000000000000010aa9cfa67ac49bdc3922fb064492d7f5c2eedb5857d30b8e77 230 0.09/1.00 vMB 168
231,621 231,621 00000000000001389a8cd09ac17cf8215cd4aba6d391ee2202672d5f4a0b4887 326 0.17/1.00 vMB 137
231,620 231,620 0000000000000173b91c54767f003f02cd0412737e6bf6de58d2e461d38e00c6 517 0.23/1.00 vMB 155
231,619 231,619 000000000000002e31ea9d2de0cc49fec7bf7cd81b1ce535b0d87a9517b5c5bd 571 0.24/1.00 vMB 272
231,618 231,618 000000000000005e37b1ef53d30adc7f22404ab4bfa7bb253c3f108d036c14c0 179 0.06/1.00 vMB 183
231,617 231,617 00000000000001f6d407b96fb905efb56d1fc4b2ef1aeedd3357e91818d13f30 552 0.25/1.00 vMB 238
231,616 231,616 0000000000000140006e180439f261054664bb9961b018dff6a46eebb573b806 470 0.22/1.00 vMB 197
Previous 10 blocks ↓
Total Size: 782.59 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: 671.52 GB
    • Received: 15.94 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.