Loading Tool

Explorer IconExplorer

Memory Pool

25,373 transactions
12.59 vMB
0.05674551 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.92/200 MB

Candidate Block

Mining Attempt 58ef3051dd144b9b8b95f420390cda54bdaaf75e2e7728746c095799457873bf
Version 20000000
Previous Block 00000000000000000000ad53f42100f4103d16cb72d17c137ec47970d77221e1
Merkle Root 9e36cc4731e736b61a49441087c32e6446fe67cfce4f259d5906a9d8593c4ecd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,472
Size: 0.9979275 1.00 vMB
Total Fees: 0.03239800 BTC
Feerates: 502.65 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,710 (1,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,550 912,550 0000000000000000000054105e3123876444fa74aa5c39538290ce95c23ec5cb 6,627 1.00/1.00 vMB 0
912,549 912,549 0000000000000000000071c13e3d30bc9d092e4a57e18fc45d007ba4974fb5dd 4,587 1.00/1.00 vMB 1
912,548 912,548 00000000000000000000f637977978125d2f7683b1c0b0589d31824b91f06597 3,506 1.00/1.00 vMB 2
912,547 912,547 000000000000000000001b5fbcec9aba1889c9d6307235cb2c021b78153d830b 669 0.21/1.00 vMB 2
912,546 912,546 000000000000000000012bcdad2e3422eda2203bbdf4bbeb646a78ae613acf81 6,832 1.00/1.00 vMB 0
912,545 912,545 00000000000000000002026a9bab56f59cea16f4ff6e7b870b490856a072643f 5,921 1.00/1.00 vMB 0
912,544 912,544 00000000000000000001a2a811d5a24b64df33ade30927b607292c34ef502870 6,750 1.00/1.00 vMB 0
912,543 912,543 00000000000000000001ba4603460bcd27857e35ce18602e959ac2bcbf21ec0e 3,212 1.00/1.00 vMB 2
912,542 912,542 000000000000000000014e3db3c91dd1bc54dfdc52d2f81e2da50aea9ac41c62 400 0.10/1.00 vMB 2
912,541 912,541 000000000000000000013e328a9c03fdf383e80f0a5d54a914a343d531180ff7 3,714 1.00/1.00 vMB 2
912,540 912,540 000000000000000000008e93dfdb4e1b8b2aedc0d8bbbb1e7b923d244752e300 2,437 0.70/1.00 vMB 3
912,539 912,539 0000000000000000000055b6c4f74def0cf63740fd222703b16130344f8351a8 64 0.02/1.00 vMB 2
912,538 912,538 00000000000000000000522c41742e2b9407a23440620bd6852408db236c8c49 1,059 0.28/1.00 vMB 3
912,537 912,537 00000000000000000001a293fd706b11735e1ec51bae772bf0556d4ebe82e7a9 2,646 1.00/1.00 vMB 3
912,536 912,536 00000000000000000000817d997c905e2e8b60a72fda8e2616a6836730f160a3 374 0.12/1.00 vMB 1
912,535 912,535 00000000000000000001e5cc58dd03c4cdd39165c6690ba7985bef4608324faa 2,646 1.00/1.00 vMB 1
912,534 912,534 00000000000000000000fd33f65472e6790cf63ea6f6e8c9f4b1d64d56ed948b 3,260 1.00/1.00 vMB 2
912,533 912,533 00000000000000000000100ee4ab55144729d522a1c59ddc5a2b7258dac0c3d2 3,158 1.00/1.00 vMB 4
912,532 912,532 000000000000000000000cd9714273984aadd56c60deee97c9a611bd4278af04 3,295 1.00/1.00 vMB 2
912,531 912,531 00000000000000000001e899a50a567f999bcb6a767c6cac3152d4d8910bbb2e 3,697 1.00/1.00 vMB 4
912,530 912,530 00000000000000000000bdee0f657642387ff5d8ec97caedcc3ead5aef0af70b 3,709 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 780.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 496.70 GB
    • Received: 3.56 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.