Loading Tool

Explorer IconExplorer

Memory Pool

73,441 transactions
28.46 vMB
0.06974021 BTC
Random Selection Loading Transactions
Max Size: 168.26/200 MB

Candidate Block

Mining Attempt 5aba7a08391d4aa98e985666bb6b27ebe26f6e3251cd24128f2f9c128036b392
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 3c11a16f5e79a8cca8117d593830e1c56a28df675e02032c80974d59b2f8f188
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,570
Size: 1.00 vMB
Total Fees: 0.01263668 BTC
Feerates: 100.36 > 1.27 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (327,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,237 587,237 000000000000000000076beb114fe9aa7b5c2d940d838ecd1e8cc9aa4fabaed2 157 0.05/1.00 vMB 17
587,236 587,236 0000000000000000000265842ee056041d470b1365066788390b45b711f2734c 2,009 0.66/1.00 vMB 29
587,235 587,235 000000000000000000071fd026c65f3bd1da5f368fe7e3d8925da7fea2a83de3 2,197 0.69/1.00 vMB 32
587,234 587,234 0000000000000000001eaa927da6eac9456c1e26e985aa35cf133461802f34f8 1,894 0.64/1.00 vMB 25
587,233 587,233 00000000000000000005460f024e15b2f361567f145298d4cdcfce44474755db 51 0.01/1.00 vMB 27
587,232 587,232 00000000000000000000298453d55b2b6fe1e71acb3e2461be6776cdc93e5b78 1,951 0.63/1.00 vMB 31
587,231 587,231 00000000000000000006d063e66be6935d25517d8ce782216a97a1f639c2396e 275 0.08/1.00 vMB 31
587,230 587,230 000000000000000000125aed0301cefbd3128f8e99f409cc520c0bb1769bee8c 2,657 0.89/1.00 vMB 29
587,229 587,229 0000000000000000001c60e0a53a4ac9edb2b51fa247726d44fd04df7c57c4a3 2,670 1.00/1.00 vMB 13
587,228 587,228 0000000000000000001479996b035beeb1210b5d60cdcc03550e3d4faf50687e 3,052 1.00/1.00 vMB 53
587,227 587,227 00000000000000000008ce2ecac32df8726d6ebe03e5bc310bb09867c55183ea 1,843 0.58/1.00 vMB 15
587,226 587,226 0000000000000000001ba3e43887f3c1a1ea141ffb6e0529fbb2bce329abd7b3 2,436 1.00/1.00 vMB 40
587,225 587,225 0000000000000000000d287f8e6c2a955ac6ce115ff24b61a9a19bd9f4901b65 40 0.01/1.00 vMB 33
587,224 587,224 0000000000000000001c38dea12935d17bd13ba756fb6bc798f421095dc01e27 587 0.21/1.00 vMB 30
587,223 587,223 0000000000000000001a55414f9389a67c7a59013544a37e5f0af7ae7152a263 1,643 0.59/1.00 vMB 30
587,222 587,222 0000000000000000000392063ac808ade8eafd66e255493d915bce9d790bd73d 1,916 0.80/1.00 vMB 22
587,221 587,221 0000000000000000001eeec730e8ef7d32af784d7a1e4d4f0da66a16c0ca462c 2,287 1.00/1.00 vMB 30
587,220 587,220 0000000000000000000d0b29b6d67f341ca7b7c774a7e92e896ef469d09912cd 2,498 1.00/1.00 vMB 13
587,219 587,219 0000000000000000000d8378c2b9c7633b075dbe4820a7640c082c4c637cb2c6 2,305 1.00/1.00 vMB 29
587,218 587,218 00000000000000000000fad92e8a207f5cab858335ab3faa8b770698170f2d4b 2,424 1.00/1.00 vMB 26
587,217 587,217 0000000000000000000372260e3cdc3312feb12b7ee57a814428263f08a29c54 2,393 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.34 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.