Loading Tool

Explorer IconExplorer

Memory Pool

38,641 transactions
28.20 vMB
0.06505906 BTC
Random Selection Loading Transactions
Max Size: 143.07/200 MB

Candidate Block

Mining Attempt ff60536e8eff30021b96b7e01db912f15d61238585e66c70dca98f8e49eb8d1a
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root a24f6d68f5ff21f0a5eca59ae5d32ee227c69f31142ed7e9b70a58660f58502f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,975
Size: 1.00 vMB
Total Fees: 0.01095898 BTC
Feerates: 150.80 > 1.10 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (72,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,530 842,530 0000000000000000000259d3f59b7d7c01dc9648aedf364ea44cb6f37ebac244 2,458 1.00/1.00 vMB 23
842,529 842,529 000000000000000000011eafb5ec977ddeaa3cdbe044c3662b0620400d4da8e3 2,869 1.00/1.00 vMB 24
842,528 842,528 0000000000000000000284e1476c619485a294463f6d18007ea39bde4d17fa97 3,002 1.00/1.00 vMB 27
842,527 842,527 0000000000000000000032979c9f8770bc438c2ed30ee85b12a051fe66b04ab7 2,417 1.00/1.00 vMB 21
842,526 842,526 00000000000000000000bcc2e5af66b58b1334bd9f008ed97413d020b8bcc627 2,957 1.00/1.00 vMB 27
842,525 842,525 00000000000000000000994798a3f2ef5af49c74e768c76b62364b0f2bee21d9 4,238 1.00/1.00 vMB 25
842,524 842,524 0000000000000000000190539fb37b559f1f24030ee9b7b13ee702b9159f5998 2,694 1.00/1.00 vMB 22
842,523 842,523 00000000000000000001f571486afc5c11d2822816932d0e475880da594fcb16 1,821 1.00/1.00 vMB 20
842,522 842,522 000000000000000000010d72a2b89bf8f4e7950843c57988788e289f4aaab6e3 2,704 1.00/1.00 vMB 25
842,521 842,521 0000000000000000000010791243725518da9f0adba2d41b1f5535afa95d7c61 3,216 1.00/1.00 vMB 28
842,520 842,520 00000000000000000000d24340e89d01395b75ee7328176b7e17edb19191cfd3 3,370 1.00/1.00 vMB 38
842,519 842,519 00000000000000000000a7b5418e761994f4373a752e32c86c8770012fd1fa6c 3,390 1.00/1.00 vMB 31
842,518 842,518 00000000000000000000229ea5de6973e6e51192d853405d8e4efce3751b64b6 2,565 1.00/1.00 vMB 44
842,517 842,517 00000000000000000001c6dae43bb3c5a8e27f6ee5418a5dcbb495fc928c0945 2,557 1.00/1.00 vMB 25
842,516 842,516 00000000000000000001ffc81d7f9455061ccb60c4ef681f56329b8e1552ed62 3,110 1.00/1.00 vMB 35
842,515 842,515 0000000000000000000001d09fa8fd32ee827c5051c938b3890f0f622a2c04e6 3,312 1.00/1.00 vMB 28
842,514 842,514 00000000000000000002852ffa6c77f860f998609fe0dba78f7a66f6db995669 3,075 1.00/1.00 vMB 42
842,513 842,513 00000000000000000001a0f704b84f70b7f40c775ae70e9a98b16a8e595547c8 2,923 1.00/1.00 vMB 28
842,512 842,512 0000000000000000000027a15cb8b22b1fd267bd1ea3689d499b5fe19d591499 2,627 1.00/1.00 vMB 50
842,511 842,511 00000000000000000001c6fa19e010f72e18d2923ee51eadd6aef58441f00dc6 3,253 1.00/1.00 vMB 36
842,510 842,510 000000000000000000015a0962b2a962f6f37fe6832782d4ffba8e57d2bffe7c 3,058 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.68 GB
    • Received: 11.82 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.