Loading Tool

Explorer IconExplorer

Memory Pool

44,675 transactions
26.48 vMB
0.05562533 BTC
Random Selection Loading Transactions
Max Size: 140.05/200 MB

Candidate Block

Mining Attempt bed4498496f32b493d7dbcc255d48835ff04f13e96f05166e5b9a8002ed3d50a
Version 20000000
Previous Block 000000000000000000010a691d8711905b74c8ca1255100e4f4641696d5db79a
Merkle Root d6048dec978c5d772ac4e8676a264acf46ca0af5ae1d42a5be1200baca084274
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,753
Size: 1.00 vMB
Total Fees: 0.00713765 BTC
Feerates: 40.21 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,736 (415,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,405 499,405 00000000000000000039ebe9353b78669c064878f35468ac38606fa936a8b946 1,554 1.00/1.00 vMB 231
499,404 499,404 000000000000000000201a3fc714576895304d3e0557ab308b961b39783cbf52 2,418 1.00/1.00 vMB 324
499,403 499,403 000000000000000000a7dd7ddd64bb4483bd20236f2048c1252ddc61ef89e476 2,389 1.00/1.00 vMB 357
499,402 499,402 00000000000000000053719bb38f88fc24f5d9ff4f2073769baa42af9c16cf8f 1,602 1.00/1.00 vMB 255
499,401 499,401 0000000000000000001e3ede0ce4ad2307b042ae9d8f64f282916266a0f99018 2,349 1.00/1.00 vMB 244
499,400 499,400 0000000000000000002501e870108af2c3f8e3ecb9710b9b4f3246e60ea37b4d 2,175 1.00/1.00 vMB 250
499,399 499,399 0000000000000000007f5fe734351ff61c091d6fd4952d5e43be016022a34bcb 2,565 1.00/1.00 vMB 290
499,398 499,398 00000000000000000069e099cb79111b66c0db191ac068c4c79209bea6a5db6a 2,187 1.00/1.00 vMB 396
499,397 499,397 000000000000000000a299e71c398d57db94313045a4c3519a730f9a02fd2dbd 2,287 1.00/1.00 vMB 426
499,396 499,396 0000000000000000000e6486ce46076feddd51a890bee937f146ccf1dff1ab10 2,423 1.00/1.00 vMB 454
499,395 499,395 0000000000000000009f065d1f1b9d502afc6157376c6f65b4931c7474f133a9 723 1.00/1.00 vMB 142
499,394 499,394 000000000000000000722374f1025c06fdbb95dd4c658d8d4abe00de502257c0 863 1.00/1.00 vMB 124
499,393 499,393 0000000000000000004d0df3321cf50a2c56f4e31e279744926d51e9546269c5 1,749 1.00/1.00 vMB 277
499,392 499,392 000000000000000000a28c9e9daa842b97a1a918231978374f6bfd9efab8fc4e 2,887 1.00/1.00 vMB 342
499,391 499,391 0000000000000000002bc89505e90ee7e5dd32647a7a6c65a05b63f25b86c77a 871 1.00/1.00 vMB 161
499,390 499,390 00000000000000000055167e9af1cb0ec34e685629d32d4f66152b8a621886d2 1,298 1.00/1.00 vMB 192
499,389 499,389 00000000000000000052375802d3238ea9bc1b96962a7b40687b42c37936ff47 1,798 1.00/1.00 vMB 319
499,388 499,388 0000000000000000001d4011bbda617c4eafea4ab7f11e7e05b6d998a22e724c 1,831 1.00/1.00 vMB 313
499,387 499,387 00000000000000000029a1981583bc0bdcc8918cd4e8aa4774f9dd27067b3e89 1,594 1.00/1.00 vMB 196
499,386 499,386 000000000000000000171b9f7a32f3c23ada3d7aca5d88c111f75eb9d879f2b9 1,843 1.00/1.00 vMB 254
499,385 499,385 0000000000000000001316b30933e582bee31b56aaf739f616f970b6685fb296 2,828 1.00/1.00 vMB 353
Previous 10 blocks ↓
Total Size: 781.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: 646.12 GB
    • Received: 12.81 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.