Loading Tool

Explorer IconExplorer

Memory Pool

20,548 transactions
8.90 vMB
0.05006652 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.14/200 MB

Candidate Block

Mining Attempt 8331a8f44108c200cb712fc326e4c568e3a9e278f846081080fee2999ba7766c
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root f76e7f59e0d3c8a6fbbe17dbb25a41abc5bae624842a0c81d365bf2dd2307956
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,418
Size: 1.00 vMB
Total Fees: 0.02893299 BTC
Median Feerate: 2.19 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (689,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,268 224,268 000000000000010ae45858ba06579ae88e4a55439d37d8bced7cb0bea2284f89 563 0.24 vMB 220
224,267 224,267 000000000000003c7cb563ed8a69600271b10bb39d056d1319b2c24c36c33b56 92 0.03 vMB 99
224,266 224,266 0000000000000349c46820da2defa1d0a372de6b335a4cba761673224371c5e2 359 0.14 vMB 196
224,265 224,265 0000000000000154affccf58c18791c0e95516158905458c2758870b621afc65 141 0.07 vMB 141
224,264 224,264 0000000000000126438212c1b1e089cc22f3c053e46bb7ff02d33d3238a05de2 552 0.25 vMB 187
224,263 224,263 00000000000002338c81944d0f97142f5bd05d61d951cc20514a80abf2fa8573 207 0.09 vMB 169
224,262 224,262 00000000000002ecac53cf086a2dfe9b65fa95179f40e46bb1c9f6040e3a9cc4 124 0.11 vMB 118
224,261 224,261 0000000000000029472071c297991aa54a4bc1067366dd7f798081e27ea27c34 230 0.13 vMB 159
224,260 224,260 00000000000003b45c79522271dd25d8811f6b533b434f38b34ef3fe92b00d0b 292 0.13 vMB 154
224,259 224,259 00000000000001a96fbbe23961d49871387982370fb364c341f093b345bcee1f 749 0.25 vMB 238
224,258 224,258 000000000000000d539dde8dd18c370baf0bca1fcfde8577b168dc7480dc94b2 549 0.34 vMB 72
224,257 224,257 00000000000002f2437764c8b66ab97f2d87aa69ab7291737ba788d0be3f47d1 792 0.42 vMB 165
224,256 224,256 00000000000002dd4716373b45728c2daf8a7b07be8a9a6753a7977e1d2c4edc 720 0.25 vMB 250
224,255 224,255 0000000000000133da251fb7bc06ed3bd0e26bc78dda9693ca3d7e51a00e9d4e 259 0.15 vMB 130
224,254 224,254 0000000000000354a30ab3fac1634e78d611596b279d50ad017c48eb1dc414c2 117 0.05 vMB 84
224,253 224,253 00000000000003316f1a0291cc1baabb0d2a540c37051e338adb8eef8f675447 565 0.25 vMB 207
224,252 224,252 0000000000000385b4911c5720994f72765bb9d7ca9c340d5fb498cb99fd0467 424 0.25 vMB 135
224,251 224,251 00000000000001fa3e8fdf9435d7cd522a54aa98c149d17a71752f3728e8c2b5 448 0.25 vMB 127
224,250 224,250 0000000000000078bb02ac3eaf46d9f14244f647fc22eedba892cf9e315d92ec 537 0.25 vMB 148
224,249 224,249 000000000000035e6e201d2b6eb50f708829ca15ddb9986808dc0fdc681bfe4a 798 0.25 vMB 256
224,248 224,248 0000000000000348d2e5b854b1d3ac949e0dc2955fe81c50a6438e7d9ad89d55 474 0.25 vMB 152
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 249.64 GB
    • Received: 0.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.