Loading Tool

Explorer IconExplorer

Memory Pool

87,042 transactions
32.58 vMB
0.15047556 BTC
Random Selection Loading Transactions
Max Size: 198.90/200 MB

Candidate Block

Mining Attempt 4f0c73dc76011e58a0a133b4bdbda5c706c859aac0bc4fd0e2e8a9c387e27039
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root d9226140ff2f2397e6bbd0e1019f1f1c4e780c723117f0261482aedd477833c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,231
Size: 1.00 vMB
Total Fees: 0.05796379 BTC
Feerates: 400.00 > 5.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (441,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,563 473,563 00000000000000000102bb2d238d3d24c052f90305f06d1b44178f07e8a18b13 2,601 1.00/1.00 vMB 139
473,562 473,562 0000000000000000008de75ec6b373dd48d3691ad7f0371d03a275586a3bb2c9 2,003 1.00/1.00 vMB 123
473,561 473,561 000000000000000000e8db279529109ee71e8da9dc0565c2153f4f428f0b9d18 1,533 0.99/1.00 vMB 225
473,560 473,560 000000000000000000d6677c3684ab49de00f36c2bead1de8c0163448f7a8e4d 2,153 1.00/1.00 vMB 209
473,559 473,559 0000000000000000010c3bba6ad8f79bbe26eede6f4966bc25305fb61ec6c3cf 2,008 1.00/1.00 vMB 333
473,558 473,558 00000000000000000041b2f39c17722f7d9e27c3cc1a4c99f3f7c821c76b0997 2,553 1.00/1.00 vMB 387
473,557 473,557 0000000000000000006084e48d9f6f0958db3ca6847ba50efbdf7612fed4d996 1,715 1.00/1.00 vMB 248
473,556 473,556 000000000000000000f7ffc43fb98e34e70525a19f56d0c36628211fad80216f 2,571 1.00/1.00 vMB 366
473,555 473,555 00000000000000000071928a7e7bc90ae225a9856960314a13efdd6cc68454b6 2,026 1.00/1.00 vMB 362
473,554 473,554 0000000000000000014fa1850e4007c9dff6262257092931593c1980597ec777 2,112 1.00/1.00 vMB 183
473,553 473,553 000000000000000000c6ed5d05230eda9cf62ddd7799db3468bf36c797087a71 2,618 1.00/1.00 vMB 269
473,552 473,552 000000000000000000f5a8b07712e37421a0a2e7e6b9d5ee549e6ea935afe876 2,206 1.00/1.00 vMB 351
473,551 473,551 000000000000000000bf8dd10170e07255c88442d2e5f70d620239286f335ed6 2,121 1.00/1.00 vMB 322
473,550 473,550 00000000000000000022fff47e1827e50af321d2d301fa5d327238da6091a876 2,091 1.00/1.00 vMB 313
473,549 473,549 00000000000000000162c866941e9709280bb8468f68282c146aa768045c4e8d 2,386 1.00/1.00 vMB 322
473,548 473,548 0000000000000000007602811938ec823cf3595d01838f0d447fea8543857482 1,710 1.00/1.00 vMB 310
473,547 473,547 00000000000000000183ee1c14004e29f87408090c239df5b915cb7cd1a9ecc3 2,065 1.00/1.00 vMB 301
473,546 473,546 000000000000000000682644e5c45a2c86611f9dbd1d6f3c378c08875940825f 2,774 0.99/1.00 vMB 404
473,545 473,545 00000000000000000169d34157d89c8d7b69edeea0bd8575b8b75aacb0fd432d 2,561 0.99/1.00 vMB 388
473,544 473,544 00000000000000000114d14d21915358ebb0c91916250f0e2ef40d0474b2d828 2,338 1.00/1.00 vMB 383
473,543 473,543 00000000000000000011aeebc874569b48460433c72fc5f0238d016e18be5a8e 1,735 1.00/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.