Loading Tool

Explorer IconExplorer

Memory Pool

80,074 transactions
31.08 vMB
0.07951539 BTC
Random Selection Loading Transactions
Max Size: 188.08/200 MB

Candidate Block

Mining Attempt 01e74cfc9abad93252cdfd60594f1274a97ad8018d1533288541640f4462abb1
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 1103261b96e6b58c41ed26e69d607d8b6cf1e5a0444efb6585969c4b41105e59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,530
Size: 1.00 vMB
Total Fees: 0.01251886 BTC
Feerates: 100.25 > 1.25 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (470,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
444,230 444,230 000000000000000000c87738ae7b526f5a8352d13bcbb08290732109232c0c2e 2,360 1.00/1.00 vMB 92
444,229 444,229 0000000000000000024a8493d74acc70384c310d59a270bdb296bb3c8d657a66 2,480 1.00/1.00 vMB 80
444,228 444,228 000000000000000000e12f0f5e4c94e97838c14c470b4c58e8c54004bd9e656a 2,204 0.99/1.00 vMB 80
444,227 444,227 000000000000000002a3de94d14a4979e5dbdf697ba879bbd817452481ea5d4a 2,382 1.00/1.00 vMB 77
444,226 444,226 000000000000000000cc448e6bcc6a2d5991a662d39e69290858e89ef401b8bc 2,744 1.00/1.00 vMB 98
444,225 444,225 0000000000000000018f500166de4e0ac060d3673666d853671bf70e79db834d 2,745 1.00/1.00 vMB 87
444,224 444,224 00000000000000000311870907a80a18cee40ac8cd9187e745d3e3ca4a51a951 737 0.99/1.00 vMB 37
444,223 444,223 000000000000000000b2746981fc10dd899f1e5ed58a297fc0f9d947e5d93ed4 2,107 1.00/1.00 vMB 68
444,222 444,222 00000000000000000264837fb02af24d815c500efa882cabc7068405155dd1a8 2,524 1.00/1.00 vMB 89
444,221 444,221 000000000000000000525a8468e36043fc79be3a656eb6611d474f26cc42ff1d 2,099 1.00/1.00 vMB 56
444,220 444,220 000000000000000000df6b408c8febb0ef363e8e42545bfcb44ca184cb311a1e 2,530 1.00/1.00 vMB 82
444,219 444,219 000000000000000002db40ff35bc985aca095ff9a905e0265001b2bd4af4b8d1 657 1.00/1.00 vMB 48
444,218 444,218 0000000000000000011fcc7381b0f1681cbf6e89cd55c8884c189fee2a55782e 1,735 1.00/1.00 vMB 59
444,217 444,217 0000000000000000001573f7bb13aeb1e9038fab15d2921c6a6b173f657627ea 2,331 1.00/1.00 vMB 62
444,216 444,216 0000000000000000024e49b5d9ee99cd935dceb3bcf70fb69b87398ef7bba358 2,228 1.00/1.00 vMB 71
444,215 444,215 00000000000000000086a6457a7aa3124534758a7e662d85727eebbc882ac43e 2,816 1.00/1.00 vMB 81
444,214 444,214 00000000000000000282e3fb30c6020be6fd8b07c124c7f092c662039accdcf1 2,406 0.93/1.00 vMB 96
444,213 444,213 00000000000000000155f5e626a693a1ef89798038f6342428f84e1f86ebabd7 2,434 1.00/1.00 vMB 74
444,212 444,212 000000000000000000e0f4e349996274d6ed877423d8df3aac65731078ebe6d9 2,169 1.00/1.00 vMB 97
444,211 444,211 000000000000000002e4b0cd69041fcef485cc978f9ced78175d1f9e2cf007ba 2,155 1.00/1.00 vMB 83
444,210 444,210 0000000000000000014fb7dfd9721d87e6633754e1c12d54d322f9c589816a22 1,975 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.74 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.13 GB
    • Received: 16.72 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.