Loading Tool

Explorer IconExplorer

Memory Pool

79,207 transactions
29.38 vMB
0.12501026 BTC
Random Selection Loading Transactions
Max Size: 176.87/200 MB

Candidate Block

Mining Attempt 2af687415c74a73a61a1ee0310cb264a14d9f25bd59b8a77fec8c779aaab4953
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 45df5fda7cbca6c3de11fe6fe387b051c137ac336de347661552aa72602fec8d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,353
Size: 1.00 vMB
Total Fees: 0.04533117 BTC
Feerates: 150.80 > 4.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (461,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,264 454,264 00000000000000000145b4ed01cf541282b46e9be70ec9ccbc16a0ba0089dba2 1,187 0.37/1.00 vMB 201
454,263 454,263 000000000000000000607b9f38540faef25562a38cd30fd55b425d658d784032 2,222 1.00/1.00 vMB 138
454,262 454,262 0000000000000000026e67c8af1caea7a5d9ca11f8abba08088ffc1a12e01a62 2,006 1.00/1.00 vMB 146
454,261 454,261 0000000000000000024a36703916f82c45d1beb7d6a6aea0ed545009cd8de9de 2,425 1.00/1.00 vMB 183
454,260 454,260 000000000000000000bcca685b63b691403b8b6a9e102072df39762b5bd19fd0 2,660 1.00/1.00 vMB 125
454,259 454,259 0000000000000000020e7cbf0f0f7284d235a47ebd2ec1e41edcd8438061e1f4 2,278 1.00/1.00 vMB 115
454,258 454,258 0000000000000000001e40bd98a2f8414fff50262532aef391f2e68fa2950761 2,061 1.00/1.00 vMB 123
454,257 454,257 000000000000000001c95de31f71387ab10e476faadb6df831643ed94322ecd7 2,083 1.00/1.00 vMB 139
454,256 454,256 000000000000000001b80148c0d6da27d3a1ef82ebe4245a8e21dcffe893215c 2,220 0.75/1.00 vMB 155
454,255 454,255 000000000000000001d5de00bb38de3eed901555e186c0e9a55e5c0ddff6a4b5 2,379 1.00/1.00 vMB 187
454,254 454,254 000000000000000000636074a9090d1a642e66f5f1a714ad59253b4df500c6f4 2,397 1.00/1.00 vMB 188
454,253 454,253 00000000000000000040542f709d6728c875a988ea8bdf350dd14bacfc1e9888 2,639 1.00/1.00 vMB 192
454,252 454,252 00000000000000000098be11fc02a7b360377ce00a4f83c4fe4d04f1babba52a 2,229 1.00/1.00 vMB 131
454,251 454,251 000000000000000002235235f84e87e9316cc3f57dd590787b1ac5cbb83b0b6f 2,204 1.00/1.00 vMB 179
454,250 454,250 000000000000000000442590f82d26a9fa801bd6e04a10e476d382bf4939b28e 2,240 1.00/1.00 vMB 212
454,249 454,249 0000000000000000012cfd2c395c6711d25b38ad8728b12d80358db41ee7758c 1 0.00/1.00 vMB 0
454,248 454,248 000000000000000000542c71a30ef362b649d1967c5f56caf6653cd14aa22329 2,025 1.00/1.00 vMB 171
454,247 454,247 0000000000000000014aeea5c54572420a7bff5a94be28087b3c585943141c8c 2,830 1.00/1.00 vMB 194
454,246 454,246 000000000000000001c8eb3ff8f112fc2f5724669271a2af15732c841bbd4452 1,729 1.00/1.00 vMB 206
454,245 454,245 0000000000000000011439375cb306de6c08f1e4c20eca06a50d73093bf3a52f 841 1.00/1.00 vMB 215
454,244 454,244 0000000000000000010015f231e849046c182c3a3457d8279969ed6711d7ca5c 2,370 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.