Loading Tool

Explorer IconExplorer

Memory Pool

80,173 transactions
29.62 vMB
0.06756462 BTC
Random Selection Loading Transactions
Max Size: 178.77/200 MB

Candidate Block

Mining Attempt 0683da545674d04499560ea0a469b047b3a925dcc41ddc80edd435604d6b7b4f
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root a2a1bf51d7c4e08b862b4dae50d15aff57bf4b8aa5d244af821d28212f0feedf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,350
Size: 1.00 vMB
Total Fees: 0.00716044 BTC
Feerates: 73.20 > 0.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (247,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,254 667,254 00000000000000000004a758e95bc68f92131676ae1957acb28d183ee1079b54 2,108 1.00/1.00 vMB 55
667,253 667,253 0000000000000000000b7d9e4e046793d81d39c58d26574736809db3d72b4c04 1,207 1.00/1.00 vMB 40
667,252 667,252 000000000000000000070a677b0e6b2795018ddf87b0e60d8f86a26a86c0e705 2,260 1.00/1.00 vMB 44
667,251 667,251 00000000000000000008743f7a0fac181a82fb12ec1a663d8c531ef66f814a7b 2,688 1.00/1.00 vMB 51
667,250 667,250 000000000000000000045fd09b0b057325b71c6d05a3b2213bc7b732a7c64840 2,107 1.00/1.00 vMB 69
667,249 667,249 000000000000000000059a77ba42fe075d0ca63791989afc007c813a1422cd00 2,219 1.00/1.00 vMB 101
667,248 667,248 0000000000000000000be908bac4517b04a23571fd52d8d43998db32fbf8b29f 3,357 1.00/1.00 vMB 43
667,247 667,247 000000000000000000075443144a666b379e60a5b555360078c36f1779e3395d 2,122 1.00/1.00 vMB 87
667,246 667,246 00000000000000000004e32b108b528b42b9a9da1bd5532d73682f2c37b223a9 1,745 1.00/1.00 vMB 51
667,245 667,245 00000000000000000008506f3527d84f83d0a2b18c0ffa2ef4b5f997663dcb8c 1,968 1.00/1.00 vMB 61
667,244 667,244 0000000000000000000507e85f94ec26cd545f9e5dec17876809de3e9dec34e8 2,290 1.00/1.00 vMB 101
667,243 667,243 000000000000000000006df4b44165ad7dc3985568a51adf70957e0ddeee7f1e 2,338 1.00/1.00 vMB 63
667,242 667,242 00000000000000000002dd98ed18b52bc0ab8abade4b73978fe08af3523012f4 2,427 1.00/1.00 vMB 86
667,241 667,241 0000000000000000000a63065ce972aa051fc84c00910897734b6b5f3ed985c1 1,725 1.00/1.00 vMB 90
667,240 667,240 000000000000000000095772d9cdd4e8b0a8bc49cca9b9e7d43735705f42cf0d 1,182 1.00/1.00 vMB 111
667,239 667,239 000000000000000000080682bec12689326a26398e742c7592c8e848b2b3410d 3,105 1.00/1.00 vMB 88
667,238 667,238 0000000000000000000a0cb3af885465fb3baa4f615875c296127debc4da33c0 2,319 1.00/1.00 vMB 96
667,237 667,237 0000000000000000000b285a25d709aa696597690d3198c70eb93eee687eef7a 2,375 1.00/1.00 vMB 88
667,236 667,236 00000000000000000004ef97321bbeaecb52d101cf1fc70afddeca9d04b3ed18 2,175 1.00/1.00 vMB 105
667,235 667,235 00000000000000000006df3a9dc96b1ac94779b7765fbac198f60cc8ace7a1ea 2,548 1.00/1.00 vMB 126
667,234 667,234 00000000000000000006f2056ecf33aafe6a1aa7c33496900523176c00f28e64 2,675 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.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.