Loading Tool

Explorer IconExplorer

Memory Pool

74,431 transactions
27.57 vMB
0.07354963 BTC
Random Selection Loading Transactions
Max Size: 168.09/200 MB

Candidate Block

Mining Attempt b43e19607ad777e16e26329b7706945c7f3abe3028618b54de7be4e8b67bccdf
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 04c65f4f613ecf289def9933ba13e176525431d54b4255d10b26bbcff76b5bbb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,216
Size: 1.00 vMB
Total Fees: 0.01475134 BTC
Feerates: 98.68 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (238,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,323 676,323 00000000000000000008a8051bfe67cc13743e4b5a69ec05d647cfb54ac3a2cc 2,239 1.00/1.00 vMB 64
676,322 676,322 00000000000000000004c8d09fcb800927a5473814bcc9a921b7c9638de474b6 2,109 1.00/1.00 vMB 52
676,321 676,321 000000000000000000030c05f4bcc1de8c4a42bd146b431eebd963db1fd55bda 2,455 1.00/1.00 vMB 64
676,320 676,320 000000000000000000006aad9ee9abd6a32a944a8bbf65bca97bceb2b09cbe33 1 0.00/1.00 vMB 0
676,319 676,319 0000000000000000000689606c304d438f00cf073b6e9834013564c5e769e4d3 2,835 1.00/1.00 vMB 71
676,318 676,318 0000000000000000000af8d7638f1ecd92ebb7b067d76e1dfdc024f5304ed2b8 2,267 1.00/1.00 vMB 71
676,317 676,317 0000000000000000000a66ccf685667c2cf708d3b97c9021353fbb07a771c90e 1,740 1.00/1.00 vMB 72
676,316 676,316 000000000000000000003eb496797e010422680ff666d0fafb7390c3bd85b6c6 1,232 1.00/1.00 vMB 80
676,315 676,315 0000000000000000000a31431ac2db2e8c80e32f4f6b8d9ca27d0cf8dbeec851 2,310 1.00/1.00 vMB 87
676,314 676,314 00000000000000000002fa176339bd3e1b1eb799e444ce0ac5f204b8e2b885c4 2,737 1.00/1.00 vMB 86
676,313 676,313 0000000000000000000c9f2d2a891099408d271b83b8d2c172e5efa12d185758 2,286 1.00/1.00 vMB 55
676,312 676,312 0000000000000000000b3173d184ec31204d7821de6b400ebb4dc3d17ec09579 1,686 1.00/1.00 vMB 63
676,311 676,311 00000000000000000009e5282484c508aa6ab518a2685aae52e753e635a627ec 2,297 1.00/1.00 vMB 86
676,310 676,310 00000000000000000004cd8eca1ee4ef6683895a6763e4cce516925d7899d95d 2,394 1.00/1.00 vMB 85
676,309 676,309 00000000000000000002f8601dc21fb7446cbf689f5b026aa8cfda3fb73876d7 731 1.00/1.00 vMB 15
676,308 676,308 00000000000000000008136f6083e16e88a73998b3004787bfa8d979b381b0a5 2,292 1.00/1.00 vMB 21
676,307 676,307 0000000000000000000b47264bcf0a503b2bcc3d3263d99342c41597ccc4be29 2,442 1.00/1.00 vMB 32
676,306 676,306 00000000000000000007846a1cfb7d900e1a4ca82766ff9380698fb6324d0e0d 1,537 1.00/1.00 vMB 68
676,305 676,305 000000000000000000095f06c167013b1c91312f72c5750e2caa94946ecf5e2c 2,735 1.00/1.00 vMB 88
676,304 676,304 00000000000000000009801c8886f78c3044f9b0ed3604651ef49f98a92c5e66 2,647 1.00/1.00 vMB 52
676,303 676,303 0000000000000000000a82b773fe571958d4943cf1c96bb5fc295a37291eb823 2,487 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.