Loading Tool

Explorer IconExplorer

Memory Pool

82,219 transactions
31.36 vMB
0.08721493 BTC
Random Selection Loading Transactions
Max Size: 190.50/200 MB

Candidate Block

Mining Attempt dbaa85ad199c30562a5e2a46ad99ef6226a536e3de59cd701e74f2d926fc34bd
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 8ef2a06a56c6e68f01b6cf4bdd64e57d96845c49cee56e304108254a584aae2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,374
Size: 1.00 vMB
Total Fees: 0.01924794 BTC
Feerates: 73.20 > 1.93 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (451,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,188 464,188 000000000000000000c6d9d4f059030359c6380fa48e049a8c4917d13a7fe2cc 1,751 1.00/1.00 vMB 115
464,187 464,187 0000000000000000015504d81761c10bd8aae6bd7a1c3cee9c957bcc9a643ae9 2,433 1.00/1.00 vMB 160
464,186 464,186 00000000000000000034b06763561e4d6fad047bf49e2eb8d3be6c7538df5db2 2,419 1.00/1.00 vMB 141
464,185 464,185 000000000000000001b1d361d1ac295ccb56caae8bc1071a94b90b9414f6b13a 1,535 1.00/1.00 vMB 107
464,184 464,184 0000000000000000007195755decf75839f5cd4f5d3dbff5e19642387d352a65 769 1.00/1.00 vMB 57
464,183 464,183 00000000000000000110f4b0be984c22e5b8e0991eb80abd8a3f46d9a30d74cb 1,916 1.00/1.00 vMB 128
464,182 464,182 000000000000000001fae346cbabffad62e071cf568eb7d5c7cd3ae328012709 1,008 1.00/1.00 vMB 80
464,181 464,181 000000000000000001f72d56e59494f36dcd2587c1ef032b86127fb5df5ec9e1 71 0.99/1.00 vMB 11
464,180 464,180 00000000000000000147aa04470a65cc5469ac6a0e106d7d4e762d28b5a66662 1,864 1.00/1.00 vMB 162
464,179 464,179 000000000000000001ae78eb69700735d13a012fb88a3352246bc601cb84568e 1,236 1.00/1.00 vMB 81
464,178 464,178 00000000000000000109a3122811452f788212d840fe2422694eb28ba1d2263c 1,653 1.00/1.00 vMB 88
464,177 464,177 0000000000000000019ae0f824f406418b7272019cfa91d4e4888278eadf2253 2,499 1.00/1.00 vMB 173
464,176 464,176 0000000000000000006436b8b93bc3e2f825e4f01a7c98f1f5e0b24c375c93c9 517 1.00/1.00 vMB 35
464,175 464,175 00000000000000000153bad7b23efc77b8dadf13ed70148a5de94189edba6fa7 538 1.00/1.00 vMB 33
464,174 464,174 0000000000000000017dd524df40b37baa2d0f7b9d7e15614cf3476804a41d4c 1,830 1.00/1.00 vMB 122
464,173 464,173 00000000000000000203d46e33068b249a06412b720f68917b0afe62657e4ed0 1,322 1.00/1.00 vMB 115
464,172 464,172 000000000000000001ed658508ba7a368b1dc17bcc7ce656d690292cfd0e6e58 2,431 1.00/1.00 vMB 164
464,171 464,171 0000000000000000019a6809a4349d982811ecb6eca7399a414963741f20fea5 1,071 1.00/1.00 vMB 76
464,170 464,170 0000000000000000008aa47dc89e3e7810e7b607f28bc9acaade4e37aa5d52f9 1,720 1.00/1.00 vMB 117
464,169 464,169 000000000000000001eb6d426d1c6b4ae30a2dbedb2320060a1d92489db74743 1,578 1.00/1.00 vMB 165
464,168 464,168 000000000000000000eb68fef1a1a15988a1f0a5527bf979fb57daa7d0202705 1,539 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.