Loading Tool

Explorer IconExplorer

Memory Pool

42,025 transactions
27.66 vMB
0.05789568 BTC
Random Selection Loading Transactions
Max Size: 145.66/200 MB

Candidate Block

Mining Attempt bc99dafa056057b122866a714b91ae939fe5414c3ddfe7e1508cb3006b8e041b
Version 20000000
Previous Block 000000000000000000017e8e85165f86ccc44f5c406f63ccc3773389967d2705
Merkle Root e34562cabc8bb1f3f76c4d18ee0539b94868256012eb2a191c662df72bef5f22
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,499
Size: 1.00 vMB
Total Fees: 0.00504565 BTC
Feerates: 20.09 > 0.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,838 (412,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,422 502,422 000000000000000000284db1332323d64f18f3b5b0aad4c731950f3b3f78c972 2,670 1.00/1.00 vMB 694
502,421 502,421 0000000000000000005a5827b6f1adc82455ccddd799e2cfa3c1e22f1194ebfa 1,650 1.00/1.00 vMB 288
502,420 502,420 0000000000000000008ac9c6c1f7baa391aea3f32cb7214b6b99fabb4a95b4a6 1,076 1.00/1.00 vMB 208
502,419 502,419 0000000000000000008e352407ff001fbe60f22e3f72492fe81ea263216919af 2,408 1.00/1.00 vMB 413
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
Previous 10 blocks ↓
Total Size: 782.10 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: 651.74 GB
    • Received: 13.64 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.