Loading Tool

Explorer IconExplorer

Memory Pool

50,551 transactions
28.73 vMB
0.08248620 BTC
Random Selection Loading Transactions
Max Size: 153.31/200 MB

Candidate Block

Mining Attempt 44300010299d342c86af8284d5423e53df9238e22d07828062ccd2df44653e9d
Version 20000000
Previous Block 0000000000000000000003096370cda76b1c88720eb14b0cbf16be2c6035191b
Merkle Root 8dff69f2381b1d00e99073f9d685b3f2e93c31316b732f33b7a363cad93adc54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,593
Size: 1.00 vMB
Total Fees: 0.02072779 BTC
Feerates: 151.12 > 2.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,717 (426,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,584 488,584 000000000000000000c91ef1d6530ec82952850f2403f0416b36107d4f8dc2d9 2,021 0.99/1.00 vMB 175
488,583 488,583 000000000000000000323d95d80f99ec30a933e08eaab10f6e6d60fef1f73ff8 2,368 1.00/1.00 vMB 168
488,582 488,582 000000000000000000531409856d12ee93f4a1997919e115e0c4387d9693feb2 567 0.20/1.00 vMB 110
488,581 488,581 00000000000000000072b4a89f7ff8b6f0adec9b343ada10da58ba279650a1e4 1,852 0.67/1.00 vMB 111
488,580 488,580 000000000000000000bc45144c534998af1dc3545814c2d752a6f01ecfeac5af 1,749 0.79/1.00 vMB 113
488,579 488,579 000000000000000000ed4fa90379fe311da240398323e7e7f476cdc8663c5e79 2,091 0.86/1.00 vMB 31
488,578 488,578 00000000000000000021dca13e7eae35eb760cc03ab08e1b3a5a30e0e5792428 2,442 0.97/1.00 vMB 146
488,577 488,577 000000000000000000b3371b2fe3cbaa102755bbc203430ae531ffd7304c006e 2,277 0.94/1.00 vMB 39
488,576 488,576 000000000000000000df8a153e566a7e8bb1eaa28de389991c60576e86ef2700 838 1.00/1.00 vMB 32
488,575 488,575 0000000000000000004b55b2ef631e61ee9641f992a410bc4e2e1b3ccac4da15 2,528 1.00/1.00 vMB 165
488,574 488,574 0000000000000000005f3a6bd9aaba06dc8269c3993e579ae809199775dfb056 521 1.00/1.00 vMB 26
488,573 488,573 0000000000000000003088fcae2b2ca40984a74da904d7ebdab4a4bc3c08a500 2,365 1.00/1.00 vMB 158
488,572 488,572 000000000000000000cd807aae018206cd292e8f22c0613d37ea7cb737797131 2,211 1.00/1.00 vMB 130
488,571 488,571 00000000000000000090d9df687affd2c9978ca45c2118db6bf663f3f2f14c38 1,602 0.81/1.00 vMB 16
488,570 488,570 0000000000000000003befdf39c783f355d597d879ac18e1f6d25e77ac1f62c7 1,471 1.00/1.00 vMB 93
488,569 488,569 0000000000000000001eb6d2dc29a3d0cca42cb704ad5815cec73a83b1d694d9 2,375 1.00/1.00 vMB 146
488,568 488,568 0000000000000000004b33e049363a16536da0c9c54b5927aef04688414a1dc7 156 0.15/1.00 vMB 39
488,567 488,567 000000000000000000af2836c38aae296a6f3081b7ff6b38cc43ee13200ea45f 1,025 0.62/1.00 vMB 54
488,566 488,566 0000000000000000002952cf2e2195ad610f5662fedd773fd4db07a30381bba3 1,554 0.79/1.00 vMB 47
488,565 488,565 000000000000000000c3e91d46d3b677d16aca5c73df8e93e773ec1bc55ceb3e 2,526 1.00/1.00 vMB 56
488,564 488,564 000000000000000000acdff4273496ba14870d43d48d726ae204cfef7c30f663 2,233 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.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: 645.23 GB
    • Received: 12.71 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.