Loading Tool

Explorer IconExplorer

Memory Pool

87,372 transactions
32.41 vMB
0.14899390 BTC
Random Selection Loading Transactions
Max Size: 196.16/200 MB

Candidate Block

Mining Attempt f98881e8ce3c9817f5334afaa001b6f10242bfdeb91fa6654881096677a62121
Version 20000000
Previous Block 00000000000000000001dd93da9c3eaf3a1586c8f21ab1c3c495e3509d02eb95
Merkle Root 4f5c024975e4862bba7ace557ddf65196f3a3b1806dc8f4a87f974947303a7d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,410
Size: 1.00 vMB
Total Fees: 0.04822510 BTC
Feerates: 522.41 > 4.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,954 (253,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,330 661,330 0000000000000000000110d9d62d2e26553ca284270bb82c10c2f453a43fe1e4 2,575 1.00/1.00 vMB 40
661,329 661,329 000000000000000000097f0f91663a62c43e4b615445fe52a2a5fef9d54b13a9 2,707 1.00/1.00 vMB 32
661,328 661,328 0000000000000000000b158ed81efa081649914a7d2bd74c5a8c53e0ff31bc0b 2,210 1.00/1.00 vMB 56
661,327 661,327 0000000000000000000a13bf046a2ae5b6f1a0d4669ae0f1fdfd8c2422289456 2,906 1.00/1.00 vMB 38
661,326 661,326 00000000000000000003e9fe8d33901c63bc468ba4096b2d39f4982f18c9c520 2,914 1.00/1.00 vMB 58
661,325 661,325 0000000000000000000b01e626c51eee242172ee0c93bad195bce93bdfb9e55e 2,940 1.00/1.00 vMB 65
661,324 661,324 00000000000000000001ec921f2dd039c269bfdcff96ba26645b7a0ddfba9fa8 1,413 1.00/1.00 vMB 62
661,323 661,323 0000000000000000000efc52079a520f1d12df564df15fa4cd7a33355f67dcca 2,752 1.00/1.00 vMB 75
661,322 661,322 000000000000000000099886f36a544fd96c2ab85e25b5fa903878ecbfb8b052 2,781 1.00/1.00 vMB 80
661,321 661,321 000000000000000000070e16a6c4da481a2224aa00d38a784d0549ce7f171de5 2,794 1.00/1.00 vMB 58
661,320 661,320 00000000000000000007700da139fe82d216d43384be006b8af02862ac621abc 3,056 1.00/1.00 vMB 82
661,319 661,319 00000000000000000005d62bcc41644550d5e1d617e2b9f3cf715b8afbb364f0 2,223 1.00/1.00 vMB 26
661,318 661,318 0000000000000000000e7899963c484608c836f91c7234e7cb6ea0739eb98045 2,904 1.00/1.00 vMB 50
661,317 661,317 000000000000000000042539da964d5bf43a56f07f33f81ddd6ba15ea00e4aed 2,603 1.00/1.00 vMB 53
661,316 661,316 000000000000000000073bedfb2c1605f4006ce575be9984663a63cd7674a37c 2,346 1.00/1.00 vMB 65
661,315 661,315 00000000000000000000212f154efe6cd516ba56fd2fc81881cd8e5ebd72ad2c 1,536 1.00/1.00 vMB 99
661,314 661,314 0000000000000000000e8ebdb2b9e28d45d96259c45cfa163473c719d9d33c58 2,051 1.00/1.00 vMB 76
661,313 661,313 00000000000000000003bd17a055056efaf1df187148d7f90b7f5c386ff0d6ee 1,801 1.00/1.00 vMB 92
661,312 661,312 0000000000000000000202638e1a21323f92f037cde016becb319c73539e44f3 1,953 1.00/1.00 vMB 39
661,311 661,311 000000000000000000061ad59fec2d0849b88b0fe957cd5d4445fac248cd8891 1,780 1.00/1.00 vMB 5
661,310 661,310 00000000000000000005146a05ddd55ddf397c2f6ac33f9b400ad6ae307d57f9 2,147 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.31 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: 660.20 GB
    • Received: 14.63 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.