Loading Tool

Explorer IconExplorer

Memory Pool

49,903 transactions
29.75 vMB
0.10988056 BTC
Random Selection Loading Transactions
Max Size: 158.70/200 MB

Candidate Block

Mining Attempt 894eef8f1e8b8ac2cf108e2fc49193a4689b73602d2f41ff20495e2a1f7736f4
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 172160c9f064346ff8fc785544a4dd715d7ea961532adb1f931be95b2f2dac1f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,245
Size: 1.00 vMB
Total Fees: 0.04777329 BTC
Feerates: 301.60 > 4.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (412,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,415 502,415 0000000000000000005d711966ce0b543bf79d16a0bc7ceb9ee06d50885b6508 2,876 1.00/1.00 vMB 481
502,414 502,414 00000000000000000050b7432c2da7ec0098f0ecbec04ab6bb12894f7d7e9244 1,979 1.00/1.00 vMB 285
502,413 502,413 0000000000000000005e1671ab49dcc45333b63486e74988bea20e0bd3142dc9 3,179 1.00/1.00 vMB 534
502,412 502,412 0000000000000000007e198efe908698e1d4f343d6cc12e176a1a7f4b35a3581 2,080 1.00/1.00 vMB 297
502,411 502,411 000000000000000000321bff2285422790ffd24a5c240fa4e5332a6f1a96fef1 2,792 1.00/1.00 vMB 564
502,410 502,410 000000000000000000667c6320fa787dbd80768f3a9babcf7d7b5b36956f918b 2,738 1.00/1.00 vMB 396
502,409 502,409 0000000000000000003e5e09ae1b5abdf996c5be1b8e877385d03643b43a2716 2,274 1.00/1.00 vMB 434
502,408 502,408 00000000000000000087b3fe6115c16685116400585b9912d42b57ba2319b280 2,886 1.00/1.00 vMB 589
502,407 502,407 0000000000000000004435d8d8154942f3064cd186cfc84ecf9f32527ea0a9ee 2,408 1.00/1.00 vMB 636
502,406 502,406 00000000000000000041d89ea510b1abdaced4e34d8f8bb25c7b20b51b052cff 3,280 1.00/1.00 vMB 519
502,405 502,405 0000000000000000005481320a2bb64bbcdd44fc1c7fd225daf5db094acc981a 2,265 1.00/1.00 vMB 405
502,404 502,404 00000000000000000016317e2f5906e6d6dcaf319290572c7c6f697de92f2a69 2,915 1.00/1.00 vMB 525
502,403 502,403 00000000000000000084894ecbf458fdc9b0b4de306220dd2ec7fddbb1f80c28 2,720 1.00/1.00 vMB 497
502,402 502,402 0000000000000000002ce98e1f743ffeced5f19fb9384e5d8abbe02a44c93d22 2,862 1.00/1.00 vMB 614
502,401 502,401 00000000000000000029a05fa7961e9a523282bf193481d3919d6f580d77068f 2,125 1.00/1.00 vMB 298
502,400 502,400 0000000000000000003787abb7c476bdec0d1fcd3459dab42879facdacad2483 2,421 1.00/1.00 vMB 467
502,399 502,399 000000000000000000635415f130dbf6e8b3d8b2ee3557503a3a7217d657581b 2,871 1.00/1.00 vMB 555
502,398 502,398 00000000000000000088da0b0c030442f0dd0792b901a1599ef477533a878d7b 2,669 1.00/1.00 vMB 320
502,397 502,397 00000000000000000033619a45ac5ffbdd376117b2e304cab31ff20d8474af4a 2,350 1.00/1.00 vMB 387
502,396 502,396 000000000000000000098631b604e513c9169ffac2cb5fa292d4497772865fe7 3,087 1.00/1.00 vMB 576
502,395 502,395 0000000000000000004f5980b52cfe1eaf44092ae95657d30dfb54713c69d7b9 1,723 1.00/1.00 vMB 327
Previous 10 blocks ↓
Total Size: 782.12 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: 652.13 GB
    • Received: 13.73 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.