Loading Tool

Explorer IconExplorer

Memory Pool

29,301 transactions
24.75 vMB
0.05441269 BTC
Random Selection Loading Transactions
Max Size: 122.66/200 MB

Candidate Block

Mining Attempt 5e96cff02d0e7f677c6ed0692b8218985a002b47c81beb7b218960d1b68d796d
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 718a86aa757b400dfc3307ade2e08047d2f25e8d34fd5c3d9913d137f0741002
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,210
Size: 1.00 vMB
Total Fees: 0.01022921 BTC
Feerates: 73.20 > 1.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (508,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,385 406,385 0000000000000000044ca9c4789e26ca4bc3ae8d6b1c0adfff492fdd3bc52e3b 1,803 0.70/1.00 vMB 43
406,384 406,384 000000000000000005d801760d9d08e68bf833a68a00059ba9e9dac9f9ef327c 542 0.24/1.00 vMB 36
406,383 406,383 000000000000000001ce45ca77cae6fc89c7606ad9022af4c1a0516661488587 1,309 0.54/1.00 vMB 41
406,382 406,382 000000000000000003a6fff12f2f54d0340f943f49a71f5f7dbd060741f40f4b 148 0.06/1.00 vMB 38
406,381 406,381 00000000000000000500aa4fe63bb103042302bb42b424540ab50422fb2f50d6 892 0.37/1.00 vMB 41
406,380 406,380 000000000000000000ba232ba3531a0495f1726ab64589b8c8768d854abfa44c 977 0.38/1.00 vMB 44
406,379 406,379 000000000000000002ba0ea22fd28c5c9f7296b95577c7ed07f2363dcb8740d6 1,840 1.00/1.00 vMB 32
406,378 406,378 000000000000000006280a08f8d97c73d6a8c372f043cb12822f8969a62d5d1b 495 0.24/1.00 vMB 30
406,377 406,377 0000000000000000002f100fa6fb18228460cc61f2c4e6962116b2bb7fccfd46 1,275 0.53/1.00 vMB 38
406,376 406,376 00000000000000000111bb880b0b4892c364bf997d83be44c0d3a29e9de68c16 1,560 0.66/1.00 vMB 39
406,375 406,375 0000000000000000068f9e4d06d38534fc7cab017379f1aa263b48798aed83e2 245 0.12/1.00 vMB 32
406,374 406,374 0000000000000000049b4ccb64ee8f1051c851f8459ac02caea85edd811432b9 2,754 1.00/1.00 vMB 45
406,373 406,373 0000000000000000062f3168dc95b4ff7c0bb5f484d8b2ef97a335f33bdc2669 438 0.27/1.00 vMB 26
406,372 406,372 000000000000000003f9dcf1218c0fad13435d01ea8d297f3a3bcf36f9ba8677 662 0.27/1.00 vMB 44
406,371 406,371 000000000000000001d2ffcc7594e6dd56bd2cbe1bdbb09a0c7f54065ff30a39 1,153 0.63/1.00 vMB 35
406,370 406,370 0000000000000000030b6d60d608a82a2ee1596a30fd498caf1598ccdefaee4d 2,778 0.99/1.00 vMB 46
406,369 406,369 0000000000000000024053c6cb246f0af55be04f3a529976c577f9cd8ea4996a 1,264 0.47/1.00 vMB 42
406,368 406,368 000000000000000000a1b443302790ed4906cf0d184f4b3fc4e3dd499f860391 699 0.30/1.00 vMB 41
406,367 406,367 000000000000000002e9ea743289b17241e73e561d449c09e6ac7a4e08d6fc56 625 0.44/1.00 vMB 30
406,366 406,366 000000000000000004f4fcd7c71d3788940b04032c0589451378d40c8e5483db 893 0.72/1.00 vMB 20
406,365 406,365 00000000000000000320883c9e0459d88daf508d6840cecee28058e0b948debd 3,154 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 781.86 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: 641.89 GB
    • Received: 12.53 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.