Loading Tool

Explorer IconExplorer

Memory Pool

41,743 transactions
27.58 vMB
0.06992642 BTC
Random Selection Loading Transactions
Max Size: 142.67/200 MB

Candidate Block

Mining Attempt 2e9333249ca437d89c62bc02c24a5b995a36be507fad6108b056568bf201432c
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 6832d34ad0f332c813e8076b5c617e1996c9d9d0cf3f319877156739e594af05
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,618
Size: 1.00 vMB
Total Fees: 0.01554498 BTC
Feerates: 100.53 > 1.56 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (799,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,507 115,507 0000000000002262db0fc61c7ca8d0d4c0bb8c18cbfc3223c033c64b5676859b 9 0.00/1.00 vMB 337
115,506 115,506 000000000000423e1dfe507b20cb100bf15ac35c16da195870a886b0f9eeaefe 8 0.00/1.00 vMB 0
115,505 115,505 000000000000839f27cd7ccbc0f73b7c9a34838b0c7933d6ed288ffbcf5fe562 3 0.00/1.00 vMB 2,144
115,504 115,504 00000000000098f9058f47ec33f88fc9ca4f4ba07a8d434257083ad67bda5e21 22 0.01/1.00 vMB 0
115,503 115,503 0000000000009949f2d05dc573b4da2da124e3abe1bcbc91ac2722dec5de9350 19 0.01/1.00 vMB 1,709
115,502 115,502 000000000000b0ffb5604dc8558fbaeab07504fe983a1817e780fbf437a29eda 10 0.00/1.00 vMB 1,084
115,501 115,501 0000000000009b59980ae6c310d53fb2a99226f4ea8ee0f881756c5249652fac 1 0.00/1.00 vMB 0
115,500 115,500 000000000000d3b249606ff59a26d258141687d3a88a1d6362ca7196b0587e82 12 0.00/1.00 vMB 0
115,499 115,499 0000000000008985d482e18c35412d9b84851a1ddd018030545acc3aacf17056 13 0.00/1.00 vMB 1,086
115,498 115,498 00000000000024d6a345c8c11848cf962f06c876f3aee32781d4a93e2e053e33 10 0.00/1.00 vMB 688
115,497 115,497 000000000000720842a0c2eea66f31c9d67507068ee1223d42066133a2a593be 13 0.01/1.00 vMB 1,195
115,496 115,496 000000000000e06ae838822dfaae497439ba04c7c64a6fec9b3341c5cbb93279 28 0.01/1.00 vMB 128
115,495 115,495 0000000000002a0b44b41622f6f394a24fa823358c9704a71489deee0acdc43a 1 0.00/1.00 vMB 0
115,494 115,494 000000000000b2563f5212a87df42954e6266869656573521b48d87c9410db31 7 0.00/1.00 vMB 0
115,493 115,493 00000000000078c0de8431b3ca91991c99e1823095379335334681926c1cb1b1 11 0.01/1.00 vMB 952
115,492 115,492 000000000000936c81fa6a3dd0ed5412f0d20fcfd1801d1d65795b08bb65c181 17 0.00/1.00 vMB 1,542
115,491 115,491 000000000000787d8eb9af6c23df5dda05a4ab9b4806ce8ae09b9b949d4f6a3b 13 0.00/1.00 vMB 1,303
115,490 115,490 00000000000028ff8a5337049fb70844350b4457b98db4025ee6d9ef117edbae 8 0.00/1.00 vMB 1,272
115,489 115,489 000000000000f02112f4ede15cdc75e14b9ad8ce81baf296666ef174339d1d07 85 0.02/1.00 vMB 0
115,488 115,488 000000000000698e2a6c7f1bc7e47e201c2236fedd275168da6f45b3185112c8 2 0.00/1.00 vMB 1,168
115,487 115,487 000000000000651450cecb14aeb6b47e38989bf9fd79f8522dab6d9aab1fabda 13 0.00/1.00 vMB 727
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.23 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.