Loading Tool

Explorer IconExplorer

Memory Pool

82,195 transactions
31.21 vMB
0.09363749 BTC
Random Selection Loading Transactions
Max Size: 188.84/200 MB

Candidate Block

Mining Attempt 27119e2d3bc8711988fe6c1c9fe6c4d8ae4bab61c188e71803123eda99ae12a7
Version 20000000
Previous Block 00000000000000000000fed5f49642163633dd960a214f08d883622a0aac23f5
Merkle Root 6a07718db079e4739cf88acfe2480e3407bcb5b70e0923cf24d13b4c98090ad5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,322
Size: 1.00 vMB
Total Fees: 0.01826720 BTC
Feerates: 115.63 > 1.83 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,379 (488,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,974 426,974 000000000000000001e8f7e756e69395bd25db4f1de70e1bfd374c577aa30bb2 1,462 0.99/1.00 vMB 41
426,973 426,973 000000000000000003e6c7c0c69a388c71a9cf04de7f72207ac850fc5f92f7cd 102 0.04/1.00 vMB 64
426,972 426,972 00000000000000000460a270d53bdaa3e0d5c4ec442d8268dd8ed95772b6af12 357 0.98/1.00 vMB 15
426,971 426,971 0000000000000000004f9b7ce3e08706ccae3ea3b037cd3fcb72a09fbe8df820 1,697 1.00/1.00 vMB 41
426,970 426,970 000000000000000001595ce0b9d095fcc393eb61758e2a8a7ab66c8b5ba57d82 1,449 1.00/1.00 vMB 39
426,969 426,969 0000000000000000007d75ae47348bdd13d41d5c6e433e400073f6195a390b7c 2,121 1.00/1.00 vMB 48
426,968 426,968 000000000000000002ce75703ed9246ec21cd0f3662e34f23e13a2f775e09020 2,874 1.00/1.00 vMB 86
426,967 426,967 000000000000000002eedf7fc74c949bcdd44126a645dd391ae3ab5359690d00 1,710 1.00/1.00 vMB 53
426,966 426,966 00000000000000000280cd2fd402c1748e623049041be1f1ab71b83fdfca62e8 1,440 1.00/1.00 vMB 18
426,965 426,965 00000000000000000160bf84f257263e03ac77159748fec69b93480f383009ca 247 0.10/1.00 vMB 43
426,964 426,964 0000000000000000009126efb964994d89ef0deaed800080188786c07d623b19 2,380 1.00/1.00 vMB 60
426,963 426,963 000000000000000002aee116d9d480b7b5b32c7137ba2353a271b8a8d6b202bd 2,084 1.00/1.00 vMB 52
426,962 426,962 0000000000000000010215c8de0cae12a9c85e0f24aaa2ccd2c3927e853e411c 2,850 1.00/1.00 vMB 76
426,961 426,961 0000000000000000017031d30239ddcc3ec7bb4c3344e6e3980068399d1e6130 1,238 1.00/1.00 vMB 24
426,960 426,960 0000000000000000048ce8c685e649cb5fb5a3f08e1a16e4ad8961a9813bafd1 1,921 1.00/1.00 vMB 46
426,959 426,959 00000000000000000326f646521a8728cea93b5aea7f1273c2991a58d45be91c 2,007 1.00/1.00 vMB 59
426,958 426,958 000000000000000002ab9aa1ae2454b645ad6c1e42d62e13b9ed956c83b50eeb 2,233 1.00/1.00 vMB 58
426,957 426,957 000000000000000001b226e427b328d0d4f8fe08e4fee789d35a7ace01fb2ecc 2,496 1.00/1.00 vMB 69
426,956 426,956 00000000000000000019c246354eb4cfafb918921e82010991e345c8651be368 2,826 1.00/1.00 vMB 80
426,955 426,955 000000000000000003807f85f49cac7fa09513913bdf3c43c2a34d07bf335553 2,523 1.00/1.00 vMB 59
426,954 426,954 000000000000000002c88b1a86b526ce76089596096c0e4af91393990322231d 2,539 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 783.05 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: 720.54 GB
    • Received: 18.18 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.