Loading Tool

Explorer IconExplorer

Memory Pool

21,525 transactions
10.14 vMB
0.03947995 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.47/200 MB

Candidate Block

Mining Attempt 41e9785b42c318c404a181d7ca4471958f81147cdfc75dfaa784af8286a160de
Version 20000000
Previous Block 000000000000000000015c0e20f4580acd284504ea221646dda702c5bc06f2e8
Merkle Root 9d76187f91e98293b98a718a43d30a45918f6b89ed1b31744cb395894a590094
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,077
Size: 0.9979465 1.00/1.00 vMB
Total Fees: 0.02308634 BTC
Feerates: 502.67 > 2.31 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,576 (740,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,230 173,230 00000000000005f789e072a3ffd840d6787ebc950627c467187bedccfd2fe431 124 0.05/1.00 vMB 265
173,229 173,229 000000000000097260f4faa542cea17b506aee0bc4c3dd2d74df9a10bf073593 28 0.03/1.00 vMB 69
173,228 173,228 00000000000005d3137f7252420c8f2345f7dea7b5716dd0372bb08ea04e0828 170 0.05/1.00 vMB 74
173,227 173,227 00000000000007a7ed28ddcb2114acd06ec599e64722a6fb2dab949efd1dcd73 1 0.00/1.00 vMB 0
173,226 173,226 00000000000000fb7107b46b3267e199292a2f57813beda808f5a7226b089e82 39 0.01/1.00 vMB 31
173,225 173,225 0000000000000513d81e6acfd9fc22d61f319f1dbf196a2f9eff5fc66a79b957 23 0.02/1.00 vMB 17
173,224 173,224 00000000000003d61b464650d2841cc8fc65d0ab33e6a43cabbbbb7637482716 74 0.04/1.00 vMB 195
173,223 173,223 0000000000000604c141f706ee5975f216a86203149bf04ab50048740dee5c17 126 0.05/1.00 vMB 139
173,222 173,222 000000000000011ff3afc191f19636d57dfe22c5f524f34270d64d9348cbbbcf 67 0.03/1.00 vMB 76
173,221 173,221 00000000000005d466971d64735f46783074be2f6088f395699541eb839198bf 1 0.00/1.00 vMB 0
173,220 173,220 000000000000068966ef1364e750c3fb38e9d4f8f2288a9270d1b162ec4e9540 6 0.00/1.00 vMB 34
173,219 173,219 0000000000000619f55a06c415abf6902557cdd66019c6a298b9b143cdbe5e23 1 0.00/1.00 vMB 0
173,218 173,218 0000000000000666bfd58aa866bc0460dbb29a895c036863f9fe96fc6468daf2 15 0.01/1.00 vMB 60
173,217 173,217 0000000000000b0ee6e0b59c116e9dcddd1b4394ff29a0b1f2712f55de8f9f67 80 0.02/1.00 vMB 95
173,216 173,216 0000000000000538e07cde6fa04a27e336a21d74b85bff86124815fed10a52c9 24 0.01/1.00 vMB 18
173,215 173,215 000000000000066238de4fcdcea5bbbacfbcb9c31d569be6a4d92b3973f847ed 14 0.01/1.00 vMB 77
173,214 173,214 000000000000041cc0ac3223659f90f3aa18f22283d44e5450a2abeb18b2b777 23 0.01/1.00 vMB 65
173,213 173,213 00000000000008626d4c0a0f2f1eb0c606483d8f99ff7731b08e3c62f3f37a6e 1 0.00/1.00 vMB 0
173,212 173,212 00000000000005ba8e072d67c7421b17ccb7645b80cf24043ce398079a9b4c24 60 0.04/1.00 vMB 185
173,211 173,211 00000000000004cac32d3773c18a668b8750ace8339569383c304a708bee4703 1 0.00/1.00 vMB 0
173,210 173,210 00000000000007c16329a49cb96c838a7cc097e05b74c5732242c6fd0bf1c655 51 0.02/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 779.86 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: 445.63 GB
    • Received: 2.44 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.