Loading Tool

Explorer IconExplorer

Memory Pool

19,239 transactions
8.74 vMB
0.03393806 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.21/200 MB

Candidate Block

Mining Attempt b2d166b7a0b8615164e9ed6c26d5097a47a890e9241a39e7eee095a9b3ba4ddc
Version 20000000
Previous Block 00000000000000000000e1bad605e747195f13f88f773febee258624040a6e26
Merkle Root 6c4d0817172c838299583449b71ca9e55216e6397186511c63d94e44bf735ccb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,814
Size: 1.00 vMB
Total Fees: 0.01489574 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,392 (718,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,044 195,044 0000000000000589b3bd0c9780f546e67712ccdbb3ec4e8acc0f8644d7aae353 145 0.05 vMB 247
195,043 195,043 00000000000005a9c534cb0f87812d93ef14a248733f5637956310e5481214c5 12 0.00 vMB 0
195,042 195,042 00000000000005d7672be39f23efb8150d1c69b8070f3e7f73146f63d0e0d375 129 0.05 vMB 162
195,041 195,041 0000000000000064e34af1d2b4a7983d3f2dd467b9888cc01de12fcd5c120c8b 74 0.02 vMB 207
195,040 195,040 00000000000003f05c7533534f9d735c1a957c29ea2d898deb16a570e0266592 161 0.07 vMB 157
195,039 195,039 0000000000000288380a63a80acb7d5facc25deb80d9e7b337956c060ce31c5e 363 0.12 vMB 195
195,038 195,038 000000000000036a3bea2a7f8113ae96bc55fbb13b4cc886f64330dcd9b1217c 121 0.06 vMB 169
195,037 195,037 00000000000007681434e62865bb1ead6199cef75ec0089b4463715403b5f477 604 0.21 vMB 182
195,036 195,036 00000000000000223c85e757660238904e5a7cca42c1e0d99ebb7ac835726050 240 0.10 vMB 225
195,035 195,035 000000000000010a7b85fac8449960025a909b1606afff9fe6f179da97e68a12 127 0.05 vMB 24
195,034 195,034 0000000000000668af55c64099672f6950843f52f964b86b3c85b38dc14d9742 370 0.12 vMB 212
195,033 195,033 00000000000006b44bec6b2aaa5cf64d8cbf6d341540474bbc2c85fcef932821 86 0.05 vMB 108
195,032 195,032 00000000000001272282b9d57d55d4f1c8b200f1d773deb9508c5216df9860f3 128 0.07 vMB 40
195,031 195,031 00000000000000e25e671d69c9ba290eb92ed6687174ff3f20481746057f7b4c 412 0.18 vMB 125
195,030 195,030 00000000000004dfffce7d3c4682afba4890d6f9f6b50ad2ca4eb6369ef9f07d 10 0.00 vMB 31
195,029 195,029 0000000000000421e4862a52789c78f178f3e07451519609c694205e4e3c7686 542 0.19 vMB 185
195,028 195,028 00000000000000c4423fec24f5e8025f469baa9d199f5b288f1fe6fbb88873e4 172 0.05 vMB 72
195,027 195,027 00000000000006fe99c74588ac51019422dae389cec528e2c21f45e140ec4961 149 0.08 vMB 95
195,026 195,026 00000000000004cd8fa07578de9e8b679e179dfa99fae110bea14829361072d7 23 0.01 vMB 101
195,025 195,025 000000000000010bdcd79915c4766d04aed6066c51a827a4a84ba765530fd3a4 343 0.11 vMB 155
195,024 195,024 000000000000044794e48ba055ecea20b16329eeb65508443bbe7ffb26814d01 859 0.25 vMB 20
Previous 10 blocks ↓
Total Size: 779.55 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: 251.68 GB
    • Received: 0.95 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.