Loading Tool

Explorer IconExplorer

Memory Pool

53,292 transactions
29.82 vMB
0.15228701 BTC
Random Selection Loading Transactions
Max Size: 159.90/200 MB

Candidate Block

Mining Attempt 1a11e8c22c584b5ca2ad925279bb9924e5d5b93b40709adbc8abe4ae003eb02e
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 105659cb0a93b8029afa5da0344dc1a0aff5b939b8a3ad9ee6a646feecc69b28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.07911649 BTC
Feerates: 445.47 > 7.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (457,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,517 457,517 00000000000000000072e5131ba473b56d40e1fddbd6110158a83ed6252a10b5 2,470 1.00/1.00 vMB 194
457,516 457,516 0000000000000000011ffc7b2c08b5f428c18586cbc0ca37058c98637f479dfc 2,249 1.00/1.00 vMB 177
457,515 457,515 0000000000000000013143cf6537a46e927ecf8c1bd117bb1934bf7f1938b15e 2,306 1.00/1.00 vMB 198
457,514 457,514 0000000000000000008befd448880d39fee78b245410a76326014e73fa286e3d 2,604 1.00/1.00 vMB 206
457,513 457,513 000000000000000002408a780e3282429e4fc59e1caf1be96f51b7c63bf9d986 2,050 1.00/1.00 vMB 233
457,512 457,512 000000000000000000f5eac76ab6e683efbdad039f69d60561341527c498e240 1,223 1.00/1.00 vMB 208
457,511 457,511 00000000000000000099ab07a522ba1353c1f25799128bcdc47abd214fba4874 2,363 1.00/1.00 vMB 213
457,510 457,510 000000000000000000beea6720974b9cabc4bed9c906a59de7b04cf6cc8d718b 2,247 1.00/1.00 vMB 176
457,509 457,509 000000000000000000c0f5b080cb8ae34b58389edc4c052f6dc2bce9357792e1 2,428 1.00/1.00 vMB 196
457,508 457,508 0000000000000000008ad971de326b19c68538f98b3f447c1be17ffe75481fe3 2,147 1.00/1.00 vMB 155
457,507 457,507 0000000000000000024464008382f0b10022961087803576661a9ae151597037 2,315 1.00/1.00 vMB 192
457,506 457,506 000000000000000001f6c5d48f23c18085b42a9b4b2c8b2089e87fe0298d776b 1,957 1.00/1.00 vMB 192
457,505 457,505 000000000000000002382b02a9bce42c68185e7b1f64038f680573930152528d 2,513 1.00/1.00 vMB 215
457,504 457,504 000000000000000001b5ae8ba3b6ff88a3cf52592fc99c15b8d72c92d3b773a9 2,066 1.00/1.00 vMB 161
457,503 457,503 00000000000000000232193c9cf4fdf0d294e3555ec214e4f30687ef780810c4 2,614 1.00/1.00 vMB 213
457,502 457,502 000000000000000000f8330f33d6dd45ee8d21956120f98ff62dafacd1834b91 2,399 1.00/1.00 vMB 142
457,501 457,501 0000000000000000024c072bf160416bf99c27cec164300e71f302f15514a676 2,370 1.00/1.00 vMB 200
457,500 457,500 000000000000000001b9faa98cb007aded202b82379ebe93fd68f94bd280806a 2,005 1.00/1.00 vMB 181
457,499 457,499 000000000000000000f9510bffa0693ccc84d13e17dd52b71858d5cadf365cbd 2,120 1.00/1.00 vMB 167
457,498 457,498 000000000000000002174e0c0d2a0bf1ce8d8c55bff6a1edcccae6fdecc17c2f 2,191 1.00/1.00 vMB 204
457,497 457,497 000000000000000001dd8fae08a47c95da950ae6aa3caf3bd148b87421baa0d7 1,880 1.00/1.00 vMB 157
Previous 10 blocks ↓
Total Size: 781.89 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: 645.20 GB
    • Received: 12.70 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.