Loading Tool

Explorer IconExplorer

Memory Pool

46,696 transactions
29.94 vMB
0.08750599 BTC
Random Selection Loading Transactions
Max Size: 159.37/200 MB

Candidate Block

Mining Attempt c9a26bd42ef476c5f05497c3f099e9d1a11dda41182eb318d714e8bb3ad8845f
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 30126bebbf19946d5dc365aed5c229eb0d22125cbbd77472d06f9a9136c84c12
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,601
Size: 1.00 vMB
Total Fees: 0.02930524 BTC
Feerates: 110.38 > 2.94 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (412,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,418 502,418 000000000000000000543ccd64f1d19f99f14ae94c62e44e161352438fae0f07 1,624 1.00/1.00 vMB 278
502,417 502,417 00000000000000000086ed3aef84344e66870d3328bd5debfbbf18a5d4688285 2,713 1.00/1.00 vMB 494
502,416 502,416 00000000000000000070086f74926ad0805064d506f8072d720ea00325f88610 1,950 1.00/1.00 vMB 296
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
Previous 10 blocks ↓
Total Size: 782.13 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.39 GB
    • Received: 13.75 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.