Loading Tool

Explorer IconExplorer

Memory Pool

53,884 transactions
31.16 vMB
0.16638740 BTC
Random Selection Loading Transactions
Max Size: 167.63/200 MB

Candidate Block

Mining Attempt 3f9e77d7050ffae274b0a4faf16a2f68bf0f2cf5a6f2c0a849ed5cd0586a966f
Version 20000000
Previous Block 00000000000000000001ee4aa122a84c1edba54383a46e61a1360f7651db78b5
Merkle Root c1ab4621b0ff26d5586a53f842860a1b4f2e318601ef46db07e286614e92e6c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,685
Size: 1.00 vMB
Total Fees: 0.07997582 BTC
Feerates: 296.74 > 8.01 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,815 (190,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
724,313 724,313 00000000000000000005957ccd4aebb4bd87f4777a50810407386d4145db18d4 2,119 1.00/1.00 vMB 33
724,312 724,312 0000000000000000000a03412d4e14c6ba7597aa1fbe5c476d3ceb9c74ae5952 2,963 1.00/1.00 vMB 13
724,311 724,311 00000000000000000001428b25dc87f7c12b2488deeca38482bb33d683400d4a 3,901 1.00/1.00 vMB 4
724,310 724,310 00000000000000000006e94ca0b0d249040e78d4d7899cf8b634d11f5dad0cf3 2,423 1.00/1.00 vMB 3
724,309 724,309 0000000000000000000833f81820271e8d4b608bb9e56de48f5297e9a94e130a 3,234 1.00/1.00 vMB 10
724,308 724,308 000000000000000000040a804809996eb7b6a3cd9f56a8e3dd6845830b486193 3,026 1.00/1.00 vMB 21
724,307 724,307 0000000000000000000522a0aaf53b50b1812247af99e8565a927f87ab1d9194 2,884 1.00/1.00 vMB 3
724,306 724,306 00000000000000000007bb65546334f57cd16f28398fcd2cef0f4233103baf10 2,150 1.00/1.00 vMB 6
724,305 724,305 0000000000000000000495996760e6d2d8ab8dce1c035ef4b4df3e9d1d149ea4 3,113 1.00/1.00 vMB 9
724,304 724,304 00000000000000000002beb893b195e374c9295d3739ea20c4b0bd6751ab094f 3,080 1.00/1.00 vMB 13
724,303 724,303 00000000000000000001ef47a3f45a5032ea4f47c1d912f4b98c7543e7e94c3d 3,168 1.00/1.00 vMB 13
724,302 724,302 000000000000000000009c7a53db10e23ca03b832573f53a7454040ff81f18d9 3,519 1.00/1.00 vMB 12
724,301 724,301 00000000000000000008a6d8870ae2b7028bb20201759f537ca1d23fc8b0fcb6 3,037 1.00/1.00 vMB 15
724,300 724,300 00000000000000000009fddfd5934272bcdfdecaccb35da6547ead56a5cc4fec 1,535 0.57/1.00 vMB 17
724,299 724,299 00000000000000000009c726b727adc662d2f7ec20095585033c118dc005758c 293 0.12/1.00 vMB 8
724,298 724,298 00000000000000000006b6c2b672d873e53d7a05d129abcb8cdc1de7df07f278 214 0.05/1.00 vMB 12
724,297 724,297 000000000000000000065ae181fd6565a740ae35fb1b3bdb979d24b5692cd655 467 0.13/1.00 vMB 12
724,296 724,296 00000000000000000004dc801af0ebf91085e60b465bacab9763b7bdb2266740 1,099 0.34/1.00 vMB 8
724,295 724,295 00000000000000000003cae9e9b26e3c119aba73f5f3cb580e97c9acc5eb95b7 1,739 0.93/1.00 vMB 6
724,294 724,294 00000000000000000005a4107cf6e2d8259d02d60042c2aea4c17c16e88ba006 524 0.32/1.00 vMB 9
724,293 724,293 0000000000000000000361158b3a1f9ed7db61805ba176e5d2de50e974a9fa1a 2,053 0.76/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.06 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: 651.15 GB
    • Received: 13.44 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.