Loading Tool

Explorer IconExplorer

Memory Pool

77,346 transactions
29.07 vMB
0.10032833 BTC
Random Selection Loading Transactions
Max Size: 174.94/200 MB

Candidate Block

Mining Attempt 90c28e148030e11ccb8d452270358800446c2f729d2632c77e0041b5e8bff6ee
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 94f1190db18b54745a46f6dc711bea8176af5fa29eec82690909cb93ba874de5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,419
Size: 1.00 vMB
Total Fees: 0.02659073 BTC
Feerates: 453.09 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (512,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
402,349 402,349 0000000000000000035977a3a59536ec3e712b08129c72c3dda23ca2303ab6e2 858 0.36/1.00 vMB 42
402,348 402,348 000000000000000004f18a523d6940f11a4ee81a4d59f2fbc68d0f8e7d361c68 1,307 0.53/1.00 vMB 47
402,347 402,347 000000000000000000fa8ffa18571ce1c106c4576f467147b967f1eab8003276 463 0.98/1.00 vMB 8
402,346 402,346 000000000000000000f160fdc551f8795c023eb4c5d0e09c159607de90da1c30 2,840 1.00/1.00 vMB 51
402,345 402,345 0000000000000000018b7f6b2beb00c670062b45ebd156c9bf5c2d15c8917c3c 700 0.59/1.00 vMB 18
402,344 402,344 0000000000000000038e19d46f6556885a06c39783c37dddabcaf64660297dce 2,656 0.99/1.00 vMB 54
402,343 402,343 00000000000000000468ba23527aec11094f30e636fd7c263608bfacd4667425 2,437 1.00/1.00 vMB 47
402,342 402,342 000000000000000006da561d2d78ccf4172e02b9496740f58de574e1a517b7ff 1,040 0.98/1.00 vMB 19
402,341 402,341 0000000000000000015c30b30fc5b9e3ce83002c4b223ca2ce04c2a69688b2db 1,609 0.76/1.00 vMB 46
402,340 402,340 000000000000000000ca1b3c58c26c016a1cf6331675bd4b7e303a2522a6f4ce 112 0.05/1.00 vMB 43
402,339 402,339 0000000000000000039d909f7ccd4b08a6e0ad0f7e520da6404a973caab747a5 175 0.74/1.00 vMB 6
402,338 402,338 000000000000000005267dedf3dedbb1de969e66bfffc8295e84db131eb80f97 480 0.25/1.00 vMB 41
402,337 402,337 000000000000000000f1b3f9d38c035ec72b07e3ca1055dc83cca3c6b08998be 2,287 0.93/1.00 vMB 44
402,336 402,336 00000000000000000493d74f2921832970597cb8293b9396aa9ef55dddd55f11 1,205 0.54/1.00 vMB 42
402,335 402,335 000000000000000003b37fe23eeae4d9b8a312da6f3a23612c2abd6304770dc7 1,202 0.84/1.00 vMB 27
402,334 402,334 00000000000000000646e210e77225f21e80ca2feede94438fc2a3f59b359ac4 2,597 1.00/1.00 vMB 61
402,333 402,333 000000000000000001669f7a9e809bdd65c016ff78be40f5111ce8331146fa2e 1,669 0.72/1.00 vMB 44
402,332 402,332 000000000000000005a6c18a2aa42f53cb3ad9d71a930c44fbd5be3eab4df8bc 1,795 1.00/1.00 vMB 35
402,331 402,331 0000000000000000012c8570d477baf847484b735bfb579d2b3308479d307629 1,132 0.93/1.00 vMB 24
402,330 402,330 0000000000000000049ff2c2f3840899cdd834259b3a5ff3fd145448536ea80a 2,839 1.00/1.00 vMB 57
402,329 402,329 000000000000000006efd706f4467e2d7ed6f0fed757ca7d59e2cc8c81a2d9e3 749 0.35/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.