Loading Tool

Explorer IconExplorer

Memory Pool

77,045 transactions
28.61 vMB
0.10200709 BTC
Random Selection Loading Transactions
Max Size: 173.11/200 MB

Candidate Block

Mining Attempt 904161409f66a7d64cc1985d5deb2d9e1461980b3b72dbe34094ab0123ec496d
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root bae02512bc93eae43d31e506a4708051b7cd2674a6cd17ac08cf884cecd42e66
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,641
Size: 1.00 vMB
Total Fees: 0.03502356 BTC
Feerates: 402.60 > 3.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (474,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,528 440,528 0000000000000000012cc4d79bf8f56877e8035a6dea575374ef2b8651b63126 2,885 1.00/1.00 vMB 72
440,527 440,527 00000000000000000097f2b57a4514537efdbc9ead93e9dd220389bb80e248f3 2,563 1.00/1.00 vMB 126
440,526 440,526 000000000000000001e758a35edc7a3ab281edf5ffbafe91a7fcbe64d1cad697 3,141 1.00/1.00 vMB 93
440,525 440,525 000000000000000001bc8317af4ffd6f8240f295a348472fbeca64d7aa273ccd 2,305 1.00/1.00 vMB 147
440,524 440,524 000000000000000002dc0206f0255109c5a6c8f9375ce616ca0f0937d8f976f5 2,760 1.00/1.00 vMB 113
440,523 440,523 0000000000000000034c927bc7dfbc858322a2d23189216efe731c8e137294b1 2,402 1.00/1.00 vMB 84
440,522 440,522 00000000000000000148774bb28b7e9ae1a674874f10211709ddd17e007d4160 2,473 1.00/1.00 vMB 74
440,521 440,521 0000000000000000007893cec57c9c03463b1cafa93759d44986d7ab6abeb880 1,907 0.75/1.00 vMB 91
440,520 440,520 000000000000000000d531cb3c4503b969c3df62919248e0a433346789514314 2,359 1.00/1.00 vMB 101
440,519 440,519 0000000000000000022bc196ac3d42011aa5749e83a941b249f77d5e9837743f 2,286 1.00/1.00 vMB 91
440,518 440,518 000000000000000002762e359ef3c9b62dbcf23cdc567ddd2575581e5c581da2 1,714 1.00/1.00 vMB 111
440,517 440,517 000000000000000000fbb559a9149c5522fe9ce7f7e582c8d6e6a165eec37591 1,925 1.00/1.00 vMB 149
440,516 440,516 000000000000000000f3ea98176cb916af01b5a2aa2511d1cf48dccde8c6f4f1 1,811 1.00/1.00 vMB 48
440,515 440,515 0000000000000000031e9b05c0e84f4c300bf8cea88e15823bab27c8c1258c98 2,413 1.00/1.00 vMB 74
440,514 440,514 000000000000000000e3f64e8bb448a346de6b117600ff65113a62ee12b87726 1,931 0.74/1.00 vMB 81
440,513 440,513 0000000000000000004e96cd475a2fc57d7e3122f29cf07b07a14f6937d7b8c1 2,332 1.00/1.00 vMB 91
440,512 440,512 0000000000000000012cffd7471a80ee3d0d66f1016ac4b5cf034865ff6c16f2 2,027 1.00/1.00 vMB 46
440,511 440,511 0000000000000000028a161423778f2a9ff026322dca4c2f88f8037380a48af6 2,275 1.00/1.00 vMB 85
440,510 440,510 000000000000000002e8d7a75298ac31b516eea656638ec8a7d91e195d37348e 2,426 1.00/1.00 vMB 80
440,509 440,509 00000000000000000135173123f1dcafec6fa9183246e15316132215f6e32eb6 2,179 1.00/1.00 vMB 83
440,508 440,508 0000000000000000029ae66bb1b600889574fb4ed00bed95fe77142a290c3e64 2,055 0.75/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.93 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: 714.70 GB
    • Received: 17.59 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.