Loading Tool

Explorer IconExplorer

Memory Pool

20,554 transactions
8.90 vMB
0.05009292 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.15/200 MB

Candidate Block

Mining Attempt e69bafe989b51af4d4b59fadd97b398d68c1b43cb11b1f9bc2dae9a963ce6dfd
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root f76e7f59e0d3c8a6fbbe17dbb25a41abc5bae624842a0c81d365bf2dd2307956
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,418
Size: 1.00 vMB
Total Fees: 0.02893299 BTC
Median Feerate: 2.19 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (718,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
195,023 195,023 000000000000023d253d4b8b5cc9df69a688f307d58004294089f4901163885a 123 0.05 vMB 54
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

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