Loading Tool

Explorer IconExplorer

Memory Pool

24,550 transactions
11.99 vMB
0.05028845 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.90/200 MB

Candidate Block

Mining Attempt 75935d6e1958a90b2a8ec237c5c6de560a03b7a972f2685916a62563c5b02015
Version 20000000
Previous Block 000000000000000000001d4734e2c5f1dcc81108a51a8e59880fba80c9423cd2
Merkle Root 4b1e8711ff6de001e1b600895f5c1f50240259efa16ce97b59d84e6db09dd7b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,709
Size: 0.99795175 1.00 vMB
Total Fees: 0.03020609 BTC
Feerates: 502.67 > 3.03 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,696 (1,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,554 912,554 00000000000000000001a7150973cc8459587421aa1692ae274d8f569f1c48b1 4,123 1.00/1.00 vMB 1
912,553 912,553 00000000000000000001f296dea50cc7beb276d1fa3a7b6c64c29dc62c048eff 112 0.12/1.00 vMB 1
912,552 912,552 00000000000000000001ab0a3645953e60d4eff69efd9a02304ae68f64d1ad04 5,590 1.00/1.00 vMB 1
912,551 912,551 000000000000000000017b21596bdfcc4eb7f09f69f07816b01466318f9b43f9 4,781 1.00/1.00 vMB 1
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
Previous 10 blocks ↓
Total Size: 780.08 GB

Node Details:

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