Loading Tool

Explorer IconExplorer

Memory Pool

82,036 transactions
30.09 vMB
0.13237346 BTC
Random Selection Loading Transactions
Max Size: 181.81/200 MB

Candidate Block

Mining Attempt 06fe97a839a124203b1999f3eb59f2b1b2113d9d6c38300edf4e51e9f6363b9d
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 121cb65524fb2b4287611320177ea0b710dc8dadd3fc6f7d4212db7da81042e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,212
Size: 1.00 vMB
Total Fees: 0.05500659 BTC
Feerates: 477.45 > 5.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (292,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
622,396 622,396 000000000000000000049c9868cc073b3b4a2b9688b13184ee0613df82dcc683 2,374 1.00/1.00 vMB 88
622,395 622,395 00000000000000000007ddffb6bafb2a7de32b7e135a7bc8c4243c15bb3d84b5 3,067 1.00/1.00 vMB 108
622,394 622,394 0000000000000000000b6b6f207d0ae58c3f927b8211b8a03ad55e21e817e0e7 2,405 1.00/1.00 vMB 31
622,393 622,393 000000000000000000061121b7269ba55a14e38cbd8306b15131cce4f06ef121 2,129 1.00/1.00 vMB 66
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.22 GB
    • Received: 16.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.