Loading Tool

Explorer IconExplorer

Memory Pool

38,691 transactions
28.63 vMB
0.06701198 BTC
Random Selection Loading Transactions
Max Size: 144.92/200 MB

Candidate Block

Mining Attempt dece6388ecc9679bb43dc4e17f6107f7a0f2effd164b9409e1ec8f3b7482b12c
Version 20000000
Previous Block 00000000000000000000872c24b56bc53b068381814062d2109930a290062aad
Merkle Root 3fdefd29c8139e04e58cbdb5a5906271938c2ea8adb3a12e4991869c05036309
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,564
Size: 1.00 vMB
Total Fees: 0.01167715 BTC
Feerates: 70.48 > 1.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,552 (471,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,288 443,288 0000000000000000027aa01ff778813a87b9451f4ff3415ed0f0ecf238df170a 1,036 1.00/1.00 vMB 86
443,287 443,287 00000000000000000052bdff62e6d9b9012f5aad40eb58902134dd1825441350 1,801 1.00/1.00 vMB 90
443,286 443,286 00000000000000000196321495b0a42851d290a603202d23faf1db9b11a8b0c3 719 0.65/1.00 vMB 31
443,285 443,285 000000000000000002b4773ce954bd03593c42a99e546d697d3c8a0a16c66436 759 0.60/1.00 vMB 37
443,284 443,284 0000000000000000011f2e256d327c4325ebdaf41c1f138b1606a13c155e3f5b 1,204 0.45/1.00 vMB 76
443,283 443,283 0000000000000000017e573c617d57d799ecf1ad77d13536db7a8ec24e61e9ef 1,090 0.99/1.00 vMB 33
443,282 443,282 0000000000000000004c37755cb57cc3e75e9fef4267e85a761e5eb18b7d4668 519 1.00/1.00 vMB 29
443,281 443,281 000000000000000000756a7cb4b7850c0016aba1c611a6fa0b10671cdd32d6ec 2,157 1.00/1.00 vMB 70
443,280 443,280 00000000000000000239643de46ababa2a3876052c523be7990756de25be2f65 2,082 1.00/1.00 vMB 59
443,279 443,279 0000000000000000035e9a430d6a71ec31f6d4f86b197c27c7d694a8817cdcd4 1,965 1.00/1.00 vMB 70
443,278 443,278 000000000000000002133078dc3d40c0571a3b1021a1be41616bbecbe82f6203 2,403 1.00/1.00 vMB 71
443,277 443,277 0000000000000000023c9abae37fd7645917259be2f2e3153f17c57500d8acb0 2,785 1.00/1.00 vMB 79
443,276 443,276 0000000000000000000a1b80ab5c73249a334f541fdfabd3197ad7260de792f0 2,703 1.00/1.00 vMB 70
443,275 443,275 000000000000000001901f2ef5cee9b8ae5b850d403570144b0e0c7e89a33f70 2,138 1.00/1.00 vMB 79
443,274 443,274 000000000000000003a7359d7ccc57d23757ad7a6b85e583cefa18b6ef80a74f 2,467 1.00/1.00 vMB 95
443,273 443,273 00000000000000000142c4d507b8d57092935979e0ed6cfb377e33d43d801f9e 8 0.00/1.00 vMB 470
443,272 443,272 000000000000000001dc5fef98ce08202bd2b6f0ac553127bb7ad7505c157d41 2,662 1.00/1.00 vMB 80
443,271 443,271 000000000000000001567eb094de93b44fdd5d6acde330d18a1f73698a2ac552 2,344 0.92/1.00 vMB 75
443,270 443,270 000000000000000002dcfb9084e0b718603993e72d729e9ccace477d20521480 1,362 0.72/1.00 vMB 55
443,269 443,269 00000000000000000255c11ab06484019e3b4959cba6748a03e88505e4767628 2,668 1.00/1.00 vMB 84
443,268 443,268 00000000000000000385a25bc9beeef93bd08209aebd82c1c9e26a3cb3ee7c0e 258 0.08/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 781.59 GB

Node Details:

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