Loading Tool

Explorer IconExplorer

Memory Pool

79,825 transactions
30.17 vMB
0.08090049 BTC
Random Selection Loading Transactions
Max Size: 184.40/200 MB

Candidate Block

Mining Attempt 841cb70bec5fb6654f7d8381ac637e94307f40eda9f30b1b6c29274a378d6252
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 20f065708bb5a01a5a845f09c55d1c9a2bafa158e78445684c50497f2d246d6f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,091
Size: 1.00 vMB
Total Fees: 0.01375486 BTC
Feerates: 100.65 > 1.38 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (15,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
899,548 899,548 00000000000000000000a8acb262cac8da25d07bdcfe7de0375a011bbfc1b07d 3,477 1.00/1.00 vMB 4
899,547 899,547 00000000000000000000509757b2d9393009b9bbe8e9171855becc03fc15fb7c 3,629 1.00/1.00 vMB 9
899,546 899,546 000000000000000000005608831417cc6f0eaa8b13e96ba0aed2e13423f78034 1,973 1.00/1.00 vMB 2
899,545 899,545 000000000000000000019122eb49fbaae26e2e880c2450a310c9a97c2f24d12d 3,891 1.00/1.00 vMB 7
899,544 899,544 00000000000000000000a4dd2ac3efdefb5da533206e6a81250d74b9a929bf8e 73 0.03/1.00 vMB 2
899,543 899,543 00000000000000000001e08f774da0d3750b7818bad952c255af6e6bbc36ca66 532 0.11/1.00 vMB 1
899,542 899,542 000000000000000000010615b729cca31a985626e2aa84bfd2f12cb1f2255263 2,786 1.00/1.00 vMB 2
899,541 899,541 000000000000000000014b272667da5e0c03a198bc79365b43b8fcb3534e54e5 3,782 1.00/1.00 vMB 6
899,540 899,540 00000000000000000000b1c6d2ab523b2ea43b010a53432ad5bff2f39076d610 2,864 0.85/1.00 vMB 2
899,539 899,539 000000000000000000010eb057c6836ea6d6f3f0acf98d2f2c93135789600e95 1,838 1.00/1.00 vMB 2
899,538 899,538 00000000000000000001d361c39aa2fdbe63c2876d62671ed6cdb7f99996ee4a 3,140 1.00/1.00 vMB 2
899,537 899,537 00000000000000000001eabdacc22e2cdb08d7bd1cae3e1db1f418330f7f02ab 3,055 1.00/1.00 vMB 3
899,536 899,536 0000000000000000000179e47267f27a17d052c3b2cdcf12956f0b1a0b452aa7 3,419 1.00/1.00 vMB 5
899,535 899,535 00000000000000000001d154589092986bc1edc15d7cf7684dcd8c557e362498 3,179 1.00/1.00 vMB 5
899,534 899,534 000000000000000000016a9b5e0bf4ab4a59d96ec2731f4402a3cba99d2811d3 1,381 0.94/1.00 vMB 1
899,533 899,533 00000000000000000000367c9eee0e6f50b53a7971792728f5a28a25dbc51364 1,542 1.00/1.00 vMB 3
899,532 899,532 00000000000000000000003d88417510c0d9143b214d1adedd7e62c5daee36b7 2,546 1.00/1.00 vMB 2
899,531 899,531 00000000000000000001c09ea63849cba76edc4a1d8eeea8a453fe515353b21f 2,511 1.00/1.00 vMB 1
899,530 899,530 00000000000000000000db5c9c6ef1f740eb828b68cf4d64936ccf7bc14d5894 2,792 1.00/1.00 vMB 3
899,529 899,529 00000000000000000001de9a1b72fa4e4226521e45f4d707a11be2f43cb6174e 3,412 1.00/1.00 vMB 4
899,528 899,528 00000000000000000000e5f226144a390a0ae805c7795d22744d27816bb06fae 3,391 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.