Loading Tool

Explorer IconExplorer

Memory Pool

74,378 transactions
28.67 vMB
0.07525829 BTC
Random Selection Loading Transactions
Max Size: 169.85/200 MB

Candidate Block

Mining Attempt 79441cc7dbeb97002b189af5e56d64dfadd405888fa08c24e779a623da793943
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 22dd9a1f739382a1e21d8b0d84447e1ae1ab3e094ab74f575271a4a2f356c529
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,044
Size: 1.00 vMB
Total Fees: 0.01767287 BTC
Feerates: 250.89 > 1.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (458,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,658 456,658 0000000000000000021982138109d288196e874d5c7768fa76cad4e115b8c251 2,094 1.00/1.00 vMB 251
456,657 456,657 0000000000000000021663a8003706222d3497e33babaae4de99acd1d45bf7e9 1,974 1.00/1.00 vMB 210
456,656 456,656 0000000000000000008714e1040f546ec799c8512c573a1010b3e59e54e5b5f9 2,462 1.00/1.00 vMB 212
456,655 456,655 0000000000000000012cdad5bc95290b84f18854075222f0fbf3b5c4e32fcc20 2,379 1.00/1.00 vMB 223
456,654 456,654 00000000000000000259ec65f6185cecb705ef9a462b96d4b8d7116d88d8ccb3 3,442 1.00/1.00 vMB 374
456,653 456,653 000000000000000001198f81930f9b050f7eb9da7a519aa5eb692f9440d47df3 2,179 1.00/1.00 vMB 159
456,652 456,652 000000000000000002482c7c825491668066fdf75de8a7cadb737f3835c9ca4d 2,378 1.00/1.00 vMB 207
456,651 456,651 000000000000000000333011b8828ccc41ffb9997a6dbfb4006b0c27756a0ff2 2,360 1.00/1.00 vMB 260
456,650 456,650 00000000000000000230ddb09ba3398ffa21d2f27001e52331814c7701c67f31 2,790 1.00/1.00 vMB 336
456,649 456,649 0000000000000000009138cd1e94a860abbb476e04448bad7df4f0af122bc7be 2,173 1.00/1.00 vMB 179
456,648 456,648 00000000000000000079282c6ca7af0b83d03cf9c3cdbd53f0ec17f236a89d24 1,931 1.00/1.00 vMB 197
456,647 456,647 00000000000000000068e7dcb73b2b7c6cc5bd92295c9d473480e52e380cf3b1 2,714 1.00/1.00 vMB 318
456,646 456,646 0000000000000000024c27208c0252903da83495065df0779bfe90f005ee78b6 2,216 1.00/1.00 vMB 191
456,645 456,645 0000000000000000018fc9c828cd14591415a8d7422a608ccc29a728b42b6a2a 3,425 1.00/1.00 vMB 385
456,644 456,644 000000000000000000a80c073667e2d7f681ce6d3dd79ee03b34f66f96e9f8b1 2,082 1.00/1.00 vMB 258
456,643 456,643 0000000000000000002118cdde3f73be3f627989d5a7047ae8daa70c4430ae1d 2,351 1.00/1.00 vMB 282
456,642 456,642 000000000000000000bddcabe5bd6635c7a06ea31f4cca1b3cbd7abaf98771bd 1,620 1.00/1.00 vMB 185
456,641 456,641 000000000000000000b88f752aca54ea2297f3a91b77a429ede4701a745b0339 2,059 1.00/1.00 vMB 222
456,640 456,640 0000000000000000004595201ebbcac9968d4aade5d7e359adb81c970896be4f 2,612 1.00/1.00 vMB 218
456,639 456,639 00000000000000000161dc574601c38d955529b3b9ee177dcd14005b60ce77a1 2,664 1.00/1.00 vMB 254
456,638 456,638 000000000000000001e31ae006ee449dbe6174a8f9abb64aad6d81c597cf7acc 2,153 1.00/1.00 vMB 265
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.