Loading Tool

Explorer IconExplorer

Memory Pool

84,953 transactions
31.83 vMB
0.18980318 BTC
Random Selection Loading Transactions
Max Size: 189.16/200 MB

Candidate Block

Mining Attempt a31885a70082c28397c2580a8de94c670c66241f644cc513d9873e19fc6323f8
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root aa9d623a6309b3ed3377f4e4baed8e17fa207074e3846e47fbb0cf303d1b9180
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,853
Size: 1.00 vMB
Total Fees: 0.07224583 BTC
Feerates: 301.64 > 7.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (237,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,723 677,723 00000000000000000005a1bb90639c6eb0c96633661be4482d0156119d46b8ac 2,483 1.00/1.00 vMB 64
677,722 677,722 0000000000000000000588a52bd11f4054447a1e7231d69c7a93e46359063c5f 977 1.00/1.00 vMB 20
677,721 677,721 000000000000000000063e9dc4813f01c78a86d23beeb551797ec15eea9c1e86 2,432 1.00/1.00 vMB 43
677,720 677,720 000000000000000000075f066623a8d77a5a5d66310b7d6225e6c4f27c3eb34e 2,146 1.00/1.00 vMB 39
677,719 677,719 00000000000000000008cf6b57d18a04ee650f6bacb5590a313c36474b931211 1,151 1.00/1.00 vMB 48
677,718 677,718 000000000000000000061fa9342d80e5f6f2191d13fcf5ce17271e6d5f9f61f7 1,496 1.00/1.00 vMB 91
677,717 677,717 000000000000000000034e35359b4dde3f65c3085833d34d276f64f81b6b5567 1,141 1.00/1.00 vMB 17
677,716 677,716 000000000000000000083d4272d184b7ee2168f22f0a91831cba7b6b90adc962 1,610 1.00/1.00 vMB 42
677,715 677,715 00000000000000000003ea510ab56b3b6378e30bf7ef81b980d2de6cba6a3506 2,639 1.00/1.00 vMB 51
677,714 677,714 00000000000000000005c4b3b945537d5b92c472d793dade578fb583eb031368 2,629 1.00/1.00 vMB 63
677,713 677,713 0000000000000000000185f571ee537a19bd0cda1619501581ee1f1fcccb440b 2,178 1.00/1.00 vMB 15
677,712 677,712 000000000000000000087b7b8896668a49fd04b7bde96c7d1f264cb3a618f224 2,434 1.00/1.00 vMB 17
677,711 677,711 0000000000000000000856611d224e32cd7fbed46b99081dee3b5f3cfa8ed7c3 2,356 1.00/1.00 vMB 42
677,710 677,710 0000000000000000000b751d14d15aee1d50dca49837fd117602aeb93fe1102e 2,576 1.00/1.00 vMB 20
677,709 677,709 000000000000000000007002d6dd0275f8de2dda41e3d71f8fa1ef180ed0ce24 2,354 1.00/1.00 vMB 25
677,708 677,708 00000000000000000005e9f6eac1703176b2bde94af379e35b1e93781c3e666a 2,735 1.00/1.00 vMB 38
677,707 677,707 000000000000000000002187f466d0444a784a8d54fb50d67e7dbe6e9a0a9752 2,433 1.00/1.00 vMB 64
677,706 677,706 000000000000000000040108d6973d9eb361c3f2c2adb7ad89a6f04db410b35d 2,003 1.00/1.00 vMB 85
677,705 677,705 000000000000000000067be6d92a45efd29f4b9bc318e0990cfa574c33c1f4dd 1,056 1.00/1.00 vMB 87
677,704 677,704 0000000000000000000357d7ff428d52579982d047696bedb8c6d4ad23da11b5 2,466 1.00/1.00 vMB 73
677,703 677,703 00000000000000000003f6f339ab07ceafafcf9f681621fb139696d335daa19b 1,849 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.65 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.60 GB
    • Received: 16.28 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.