Loading Tool

Explorer IconExplorer

Memory Pool

72,075 transactions
27.25 vMB
0.06545113 BTC
Random Selection Loading Transactions
Max Size: 165.25/200 MB

Candidate Block

Mining Attempt 1c61b6e78e9a8b146583318c5b020de7c99b7ffe14f928fe413fdeacac3d7fbf
Version 20000000
Previous Block 00000000000000000000b43694ad7ebf829e668ac21ffafda38b076cd662619a
Merkle Root 159aea53330b9a6c3d9df81c9b2b59bbf6acf7d936e4f7130d3b7a2c369aee0c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,282
Size: 1.00 vMB
Total Fees: 0.00689942 BTC
Feerates: 60.21 > 0.69 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,579 (819,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,116 96,116 000000000000f1b3799e63f09028d6e760075423b52e115858dbb7ba42dfee3a 1 0.00/1.00 vMB 0
96,115 96,115 0000000000005e8a17353c1cb6b43cf80d9aeca1225e3b0fcc6da0f5482a3616 5 0.00/1.00 vMB 0
96,114 96,114 000000000007cc05413b23fe549082da44ecf409caf724393fe9bdbd81c550be 1 0.00/1.00 vMB 0
96,113 96,113 000000000002768acffae68a582259bd59cae6a4f358755797460e162f94c5e1 1 0.00/1.00 vMB 0
96,112 96,112 000000000005ddc400ae104ebc74d809998cff8c1a147e54e18fe81afbcdd984 2 0.00/1.00 vMB 0
96,111 96,111 000000000006b706ef88cdc6e86f2f496acd61aefe36e547d7a43ddc90806559 3 0.00/1.00 vMB 0
96,110 96,110 000000000001b6bda8e682a5456a671225edf342e161df6180a7c5626a747ec1 6 0.00/1.00 vMB 0
96,109 96,109 0000000000019fab78d72976ef65c9de6335442c909e9d0de39c466572d1357c 1 0.00/1.00 vMB 0
96,108 96,108 000000000005561d0df0fcaefb84988b52c909aa552b540ff879860ce2e44bd0 2 0.00/1.00 vMB 0
96,107 96,107 0000000000027e4b6da05db8781283cad01adedd5e73a0eec6f047f9d08c9b33 1 0.00/1.00 vMB 0
96,106 96,106 00000000000714150ffdbd407d723f163a52c887154136ad29e48e3175e4c3a9 3 0.00/1.00 vMB 0
96,105 96,105 000000000002bcc198372d8c791ba49808831d5e563d4ef0c00eb4ad67f7a55e 1 0.00/1.00 vMB 0
96,104 96,104 0000000000062d0c52d366cbf1f2dd94685c4c585ddcb4acc15e93c8fd85ac79 1 0.00/1.00 vMB 0
96,103 96,103 00000000000182e333495413881a70d4de2129a00514c7524b9547a24038b0e4 1 0.00/1.00 vMB 0
96,102 96,102 0000000000061bf7a262ea7d686426a6eb8e2e4e6098aff7bb530b20d124b7de 3 0.00/1.00 vMB 0
96,101 96,101 000000000003afa3b68403d0ab16d2e39748e8beee77773d46fbb5f233bd1f9f 4 0.00/1.00 vMB 0
96,100 96,100 00000000000707297caeaeb7181c10e4387757a935c459ece11f134c7b0a5567 3 0.00/1.00 vMB 0
96,099 96,099 000000000005d0890b40e963e2ad662a480b2938e8900c86a3f0ff5e40c694e3 1 0.00/1.00 vMB 0
96,098 96,098 00000000000578a5c7f706abeba7d0c47bc60b1a6d2460ed670e7f62648dce3c 1 0.00/1.00 vMB 0
96,097 96,097 000000000001f00c99b2d2a97c1a6d8e74d7256297680377e1d50ebfbd815cf5 2 0.00/1.00 vMB 0
96,096 96,096 000000000004bbce471c4aac4331ea5dbd6958a36d96ecccc53a3080be023e34 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.39 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: 769.67 GB
    • Received: 19.71 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.