Loading Tool

Explorer IconExplorer

Memory Pool

52,833 transactions
29.27 vMB
0.09594302 BTC
Random Selection Loading Transactions
Max Size: 156.37/200 MB

Candidate Block

Mining Attempt aa5cedd9a96ad89ad83ca172798be28a19ecc7815e7e49efb81a88b25c4ea868
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root a17a96485a01b75bae7907347dcced929c12922e4c52bf2e5a1598e3035267cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,446
Size: 1.00 vMB
Total Fees: 0.03370364 BTC
Feerates: 100.66 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (842,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
72,072 72,072 00000000010985aedcf354991c8849ebcde81f6bb41751a82609c7b0df4c6789 2 0.00/1.00 vMB 0
72,071 72,071 000000000086e8ca0643934bf8defd2571ce244bfc95654575596f7ce9f22e9b 1 0.00/1.00 vMB 0
72,070 72,070 00000000002d21f65d694cd81f8afb4891bd39dfb580430a6c7ef97d7a6b2af3 1 0.00/1.00 vMB 0
72,069 72,069 0000000000028c5e0c76dfe90bf9ec554d6af69e9d846ad33cafadb83c71a374 1 0.00/1.00 vMB 0
72,068 72,068 000000000094d1b1a62f6f616943c4384a07ac5d3e1c32d2a9076fb4dceec024 1 0.00/1.00 vMB 0
72,067 72,067 0000000000197289e28616d32a04a2a39f877b308cf9ca93796f5f5908c322f2 1 0.00/1.00 vMB 0
72,066 72,066 00000000000f07b9bb099250c2e5259d7d95fb1bbeabfd683a28be9b39a47429 1 0.00/1.00 vMB 0
72,065 72,065 00000000008855c18227e49e9b27a5e3bea13ce78cd1b2a73fa56e423e3939cf 1 0.00/1.00 vMB 0
72,064 72,064 0000000000e86a28cc47901855b6ab8b813f5cc2ad1a4d11a91cf904a6179f81 3 0.00/1.00 vMB 0
72,063 72,063 0000000000c5bb305c22e8100c92b86c317697db401c005e8ec1c7a6cc2ee27e 1 0.00/1.00 vMB 0
72,062 72,062 0000000000149c41629ee3f4fdec82a6b04201a113362558effe9e83073b12dc 1 0.00/1.00 vMB 0
72,061 72,061 00000000001bf774a5954fabe407ed7d40796e7bb07e8bd51697005430f9ecbb 1 0.00/1.00 vMB 0
72,060 72,060 000000000073083f29dd12c058df6c5528af3d032cf670910b6c6de81de89931 1 0.00/1.00 vMB 0
72,059 72,059 00000000001e913ecbe723e019458029e8f9fe3bef044340aa1018afc615db6d 1 0.00/1.00 vMB 0
72,058 72,058 0000000000e347cb9ca265f25fb61b689a44219dc82daafbdcea8749561103d7 4 0.00/1.00 vMB 0
72,057 72,057 00000000007efb23397e7db471d948fae6dd714717164c42a03339ec338b6f6b 1 0.00/1.00 vMB 0
72,056 72,056 0000000000d9259eb026a44bb680f1cea56033b7e0a92f396afd74c83fbb8677 1 0.00/1.00 vMB 0
72,055 72,055 000000000032668f831fd7153ba55f447a8720faf86fd5bfdf7f25c185af1026 2 0.00/1.00 vMB 0
72,054 72,054 0000000000a4c5babd80cba5a0ebfcb44a1c6e6e85634a6aa80a1c17b98520a7 2 0.00/1.00 vMB 0
72,053 72,053 0000000000f721e8f6961557bae21a2006e84f60344a0cf1e5e4787ed85a9723 1 0.00/1.00 vMB 0
72,052 72,052 00000000000539f3039b291ac81d3c8be49dd112b58b741d251e109ca063b471 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.29 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: 657.06 GB
    • Received: 14.47 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.