Loading Tool

Explorer IconExplorer

Memory Pool

73,112 transactions
27.12 vMB
0.06217354 BTC
Random Selection Loading Transactions
Max Size: 165.47/200 MB

Candidate Block

Mining Attempt b91b22c60e47e1f3d1ae496db278d84bee6c537ecabae94f436201359c57062a
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root e8203689251dc9263c3a6c0f2e14bff3d53a32ffd943b761f0f4ae2e44f3a1a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 1.00 vMB
Total Fees: 0.00473776 BTC
Feerates: 40.21 > 0.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (450,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,717 464,717 0000000000000000021351cdfa05dd7757593212b2289b538465bc9c7e55d224 2,087 1.00/1.00 vMB 177
464,716 464,716 00000000000000000061368ef68d915eeecbf1a94ac8309fdaf5f938ced5de6e 2,025 1.00/1.00 vMB 197
464,715 464,715 000000000000000000d488241d413723c73b35d73203fea3b3c2399df73b9abd 2,688 1.00/1.00 vMB 204
464,714 464,714 000000000000000000509bdb9a0fa181035d8b1b4b061a5cfa573f925cec9973 1,866 1.00/1.00 vMB 222
464,713 464,713 00000000000000000010729c68b3178c7d39c12251127f112a4b3c3b2099b83b 2,630 1.00/1.00 vMB 223
464,712 464,712 00000000000000000080deb42994c97291c48e9e226b95fde0716e9f6de41234 2,280 1.00/1.00 vMB 267
464,711 464,711 0000000000000000016d6e60d30c384fe2a3b887a8ebe78b2155868242e91a73 2,264 1.00/1.00 vMB 244
464,710 464,710 000000000000000000b2fb96930d08262c2b69b2780eb066e5e7f92fca9b49d5 1,705 1.00/1.00 vMB 241
464,709 464,709 0000000000000000004a55ddbe743e06bef8801a90d4760f54eb241d6a8ff662 2,272 1.00/1.00 vMB 191
464,708 464,708 000000000000000000b86ad5da83ce28edb5190365d4b4385610b5118fd71d1c 2,632 0.99/1.00 vMB 265
464,707 464,707 000000000000000000d3771ac4453af64809d7dd8474189d9a0a6f5918585090 2,073 1.00/1.00 vMB 209
464,706 464,706 0000000000000000014f9be44813cf1b732fb2407cd424f66022571f73043178 1,879 1.00/1.00 vMB 246
464,705 464,705 000000000000000000d017bc96c1eede419c1d21f6b3cdadd4f4727f702f924c 1,912 1.00/1.00 vMB 170
464,704 464,704 0000000000000000005b778134c8d3c630fbb731935a1e90612703a761bac8ed 1,922 1.00/1.00 vMB 220
464,703 464,703 000000000000000000e30ded1baffeb9f3ec5248c503daeb9f17d81b5161967a 2,102 1.00/1.00 vMB 238
464,702 464,702 000000000000000000545f74fd02943081cc84fcacb149b2f6c88ec14c93a8ab 3,068 1.00/1.00 vMB 227
464,701 464,701 000000000000000001f18e2d02ffff54a7b0cd14f705bc424ef77810e85558ae 3,098 1.00/1.00 vMB 269
464,700 464,700 00000000000000000139ab43f61204914eff7726ad196a785b90ed60195cde57 2,997 1.00/1.00 vMB 370
464,699 464,699 000000000000000001903b28126d98b0e54c034d0fbf9a2fe54bb3f3f5ca8220 3,043 1.00/1.00 vMB 288
464,698 464,698 000000000000000000f506d183d7de6bce3cac21c0c564af365753a3064b6772 2,270 1.00/1.00 vMB 151
464,697 464,697 000000000000000000871819709cdc8b3534ba7f70e15bc16a564ac6aadaf9b7 2,793 1.00/1.00 vMB 195
Previous 10 blocks ↓
Total Size: 782.95 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: 715.13 GB
    • Received: 17.65 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.