Loading Tool

Explorer IconExplorer

Memory Pool

74,565 transactions
27.50 vMB
0.07089369 BTC
Random Selection Loading Transactions
Max Size: 167.91/200 MB

Candidate Block

Mining Attempt 02f35a56e8dbb2df6a7bfdc8b48267eb93ef3edada05501b443534c351cc52ab
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root f9c5b212e6e6b76b3004e34ced12d6ca5b341106cdb27eee1498ad08927e2917
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,884
Size: 1.00 vMB
Total Fees: 0.01204243 BTC
Feerates: 80.55 > 1.21 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (441,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
473,542 473,542 0000000000000000012c5a9263069d18913e3fea677a258ce1552e12a5fa215c 2,030 1.00/1.00 vMB 173
473,541 473,541 0000000000000000003ad1fed885fa8836883e79ac755382a2539b85befa33f5 2,234 1.00/1.00 vMB 59
473,540 473,540 000000000000000000799bc50563b11b09ab967990881f2330e52b0c7f0137d9 2,440 1.00/1.00 vMB 133
473,539 473,539 000000000000000001841cbdda5a79bade5acd4c3b11e1536f7a81b4a1e3ff58 1,803 1.00/1.00 vMB 78
473,538 473,538 00000000000000000062603aa0b75edea9a802014035a2863f75c96fbf2bffef 1,935 1.00/1.00 vMB 311
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.