Loading Tool

Explorer IconExplorer

Memory Pool

78,726 transactions
29.17 vMB
0.09445838 BTC
Random Selection Loading Transactions
Max Size: 176.29/200 MB

Candidate Block

Mining Attempt 9ad8b4ce89a6c3ca3fb38701c09e639c8e4344cf0cbf49bf479012117d97cb85
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root f9c56613a82651c53db43c345a337ea21ff3bd752774806f9d6f1d14d243073f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,710
Size: 1.00 vMB
Total Fees: 0.03337879 BTC
Feerates: 477.45 > 3.34 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (292,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,417 622,417 000000000000000000037b14fd72c9a8b68a9ac6a9acc187a66c3ebe2c1c9360 2,809 1.00/1.00 vMB 101
622,416 622,416 0000000000000000000910ae4d56120e0ddd55c0552e80ed12dba147abc68080 2,136 1.00/1.00 vMB 39
622,415 622,415 0000000000000000000dba96b50ed267a51eb8d3697bb00feba48ce3553f0111 1,700 1.00/1.00 vMB 31
622,414 622,414 00000000000000000000b5ccd81f3da15e7617591f8c5370989f678a700672f7 1,696 1.00/1.00 vMB 44
622,413 622,413 0000000000000000000294a5d2b110d6ea334eb92d95503f7e02d6a1bf7ff755 1,605 1.00/1.00 vMB 64
622,412 622,412 00000000000000000008cf6447c4998b258623c044591f6ddead016d31916203 1,208 1.00/1.00 vMB 74
622,411 622,411 0000000000000000000b224a3f24df1f6d9b9f80a9be57e47bdd7ba64abd6df9 1,928 1.00/1.00 vMB 45
622,410 622,410 0000000000000000000c78eb7cbaaa61ba9987d8ebd924cb9776748252f1cead 2,800 1.00/1.00 vMB 56
622,409 622,409 00000000000000000007ee8df5c3619c50ce45cbea0f49b914c2b638f1c618ce 1,576 1.00/1.00 vMB 13
622,408 622,408 0000000000000000000c76e60346767bc304896b5ac78d0688f66d90a96ab788 1,420 1.00/1.00 vMB 4
622,407 622,407 0000000000000000000fd44f224f96c75146c0759a8f2e7a49e7da55826601ac 2,543 1.00/1.00 vMB 22
622,406 622,406 00000000000000000008d8ad7b36287c5eba4646e93c1d95af75764bdbdd4539 2,702 1.00/1.00 vMB 16
622,405 622,405 000000000000000000054e1fedc5609cfa45ffcadd5382b876889ce5a7a1f52c 2,920 1.00/1.00 vMB 42
622,404 622,404 000000000000000000071e7bc9b712fd5c6b3f6edce3707779743eccdc9f1f0d 2,372 1.00/1.00 vMB 70
622,403 622,403 000000000000000000083ab2fc35d812cf8b3344fabf2b5e4fec84ad43084656 2,869 1.00/1.00 vMB 79
622,402 622,402 0000000000000000001056d054687610832a2e592b50256cbe774177276ee743 3,086 1.00/1.00 vMB 38
622,401 622,401 0000000000000000000a5812fb0f992ba01f203304c65890851673aa360bd672 2,680 1.00/1.00 vMB 26
622,400 622,400 0000000000000000000fa701940560ca40b4ad11cabcb04da1cdba92aea9268b 2,282 1.00/1.00 vMB 38
622,399 622,399 000000000000000000007bb0d973c7f1bf4dd2dab3feb95852f465bf8491afb6 2,442 1.00/1.00 vMB 57
622,398 622,398 0000000000000000000085613e36e586baa30a16ddc16a18cb79374abefc8cf1 2,490 1.00/1.00 vMB 68
622,397 622,397 00000000000000000004e05d630dc55db61a3a9b1f3fb7fdfd040300ab10a86f 2,791 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.