Loading Tool

Explorer IconExplorer

Memory Pool

37,503 transactions
25.42 vMB
0.05442716 BTC
Random Selection Loading Transactions
Max Size: 131.03/200 MB

Candidate Block

Mining Attempt a8f8fce37a7d3540d1dc62d03b6c06d960c54934ff15334b48392b1b48ff0a47
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 2f55ba3906348a8a90bdfa1123d7883c75399c58b25bfa71113576bbe910baf1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,062
Size: 1.00 vMB
Total Fees: 0.00858911 BTC
Feerates: 73.20 > 0.86 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (100,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,160 814,160 000000000000000000049179284422a3cb2867cc70650061bea222f1bbec0617 5,528 1.00/1.00 vMB 14
814,159 814,159 00000000000000000000a165daed5e18eb8c8d2b44a8382ba5d9e1f7854334e6 3,160 1.00/1.00 vMB 19
814,158 814,158 00000000000000000003b992427977e481ba80b4edbac1f62cc683b0e94bf9e9 4,801 1.00/1.00 vMB 20
814,157 814,157 00000000000000000001498938d083e38435e48842a3aa0227cf39a6bc29175c 3,330 1.00/1.00 vMB 19
814,156 814,156 000000000000000000024d221ebdfbfd4034cda83d289e461ab0b44c5952032e 5,915 1.00/1.00 vMB 10
814,155 814,155 00000000000000000002728ab9b35dc9802aa86e02108fe2fd1af919c5e9f77e 4,907 1.00/1.00 vMB 10
814,154 814,154 000000000000000000015850c5d95e7b92756c749daf2dbef8326d3a9bf568b2 4,878 1.00/1.00 vMB 13
814,153 814,153 000000000000000000024a7e8a4a25d15a34ab176d29cb282630d1bad802f372 5,074 1.00/1.00 vMB 15
814,152 814,152 00000000000000000001689b96c27a5b3e078f82ba479b154ad7aab39817058b 5,596 1.00/1.00 vMB 9
814,151 814,151 00000000000000000001e29ecfd9a462cfd0f526c2af14dcab040c45e218bc63 4,442 1.00/1.00 vMB 15
814,150 814,150 0000000000000000000339fdcaf49759bff302792b0959166fea896785cbcee6 3,681 1.00/1.00 vMB 16
814,149 814,149 00000000000000000002928cc6b57e1bb4997b07b367b8d4477dfd5d0515d8c2 3,212 1.00/1.00 vMB 7
814,148 814,148 000000000000000000045bd1d108eda1b37df45fcc4f7a6446bb97752ca963eb 3,181 1.00/1.00 vMB 13
814,147 814,147 000000000000000000002f0aa6d5c7ca10728ab0aba047256579d6f2eb75f2aa 5,330 1.00/1.00 vMB 9
814,146 814,146 000000000000000000013becab014ede5f83fc38ba293d2d7a0e5724ef1e2e45 3,813 1.00/1.00 vMB 7
814,145 814,145 000000000000000000022e3206c17ca6e41c446f98e255f7e136b8bfb4e72857 3,080 1.00/1.00 vMB 16
814,144 814,144 000000000000000000045acc7e37e3271b019c74f16c6d8c2f8c32929d2b3bbe 4,622 1.00/1.00 vMB 7
814,143 814,143 0000000000000000000007b7c3b2faf3f4e55b67477db41a15a44d73eff00961 4,419 1.00/1.00 vMB 11
814,142 814,142 000000000000000000006bfffec87fe2b600cd362b6694949a038eaa86f231ad 3,188 1.00/1.00 vMB 14
814,141 814,141 000000000000000000031b9efe888e0e420c0f6a8cf3d6eeede4a45e46d158c8 2,469 1.00/1.00 vMB 19
814,140 814,140 00000000000000000003b0c19cc0b4e6f90dfefec51c98db1c8c238b2e6f205a 5,113 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.16 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: 653.41 GB
    • Received: 13.87 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.