Loading Tool

Explorer IconExplorer

Memory Pool

33,645 transactions
29.25 vMB
0.07238634 BTC
Random Selection Loading Transactions
Max Size: 141.52/200 MB

Candidate Block

Mining Attempt 0024fb572d7f13ab215a3eef8ea65f073eb5a56b436142ae317e08ac19220b61
Version 20000000
Previous Block 000000000000000000016a655abee59fb1fe04633919e8d234db6ab1188b5de7
Merkle Root f3a8ba09fcab99b5c55dbb5591499175afc9c3b13f4675f1446cdf137a00c59d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 731
Size: 1.00 vMB
Total Fees: 0.01064283 BTC
Feerates: 19.02 > 1.07 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,518 (415,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,069 499,069 00000000000000000000b99d5711b006dac34195ea91fd38fb5a96894a88c7b2 2,550 1.00/1.00 vMB 291
499,068 499,068 000000000000000000109a4776ab18e93b29d3094bd65e61d78fdc54b076e00e 2,943 1.00/1.00 vMB 359
499,067 499,067 0000000000000000009f04376238176490ba59d9d4c21eb3ef176e6bbdd5abd4 2,622 1.00/1.00 vMB 409
499,066 499,066 00000000000000000001b85b9a0ce8a9799cb30ec0bd8d728d9391e65f97d88f 2,538 1.00/1.00 vMB 402
499,065 499,065 0000000000000000009ffae6dfaec04cfc6547336c3f7c39c5283f1ccfe50e76 2,867 1.00/1.00 vMB 326
499,064 499,064 000000000000000000450d5ef6be84ae45faf57c1d0d4ba0d40c717745c0cf87 2,406 1.00/1.00 vMB 404
499,063 499,063 00000000000000000028103951755bdf9e130a0740aa6ebf873306d3af5c16db 2,449 1.00/1.00 vMB 408
499,062 499,062 00000000000000000025653bfe4da2a717bffe790ed7c9dd17855b3f3a23ae9e 2,558 1.00/1.00 vMB 378
499,061 499,061 0000000000000000002800a4cdd32502db1821a1e5d32eb17302b24511127d42 1,093 1.00/1.00 vMB 123
499,060 499,060 0000000000000000003440bda81abe35a9ed0eeaaf877e3246686574fd001a56 2,729 1.00/1.00 vMB 265
499,059 499,059 00000000000000000003da5c0b58dcd1469bd43ce58a03587205d12643bbaccd 2,460 1.00/1.00 vMB 392
499,058 499,058 0000000000000000004570fb8ab5e8c7710f51cfe571de95b41b03cbb5842984 2,511 1.00/1.00 vMB 277
499,057 499,057 0000000000000000003d51b8420f68e0d508767bdd001c578937edbe70cac9bb 2,784 1.00/1.00 vMB 245
499,056 499,056 000000000000000000808d2bc729ebfbef6e9920c3d920cb0d3930d450cf10a4 2,918 1.00/1.00 vMB 325
499,055 499,055 0000000000000000000e1f2172c300f15fd0855d3d0607637afff6380a4fda80 2,464 1.00/1.00 vMB 420
499,054 499,054 00000000000000000040139fd1ec74420df6615ae5f5576380202a18c2c35b6f 2,425 1.00/1.00 vMB 393
499,053 499,053 0000000000000000005baac27dc418167764be763e6a12e7ca52cb6e4cacb74b 2,720 1.00/1.00 vMB 374
499,052 499,052 0000000000000000002b7ad545390738d8929c1c72464b9e357b4dac29133bed 2,055 1.00/1.00 vMB 418
499,051 499,051 0000000000000000003dd7ab62eecd866e59b8454e8915e9afe14d0c4430eab2 2,604 1.00/1.00 vMB 343
499,050 499,050 0000000000000000005b370306a91a2304ef8d522a2359a34656e45df066cca1 1,687 1.00/1.00 vMB 224
499,049 499,049 000000000000000000281e84cc08eea7f53575aa9841c9f14ed9d6c64ce97d45 1,864 1.00/1.00 vMB 258
Previous 10 blocks ↓
Total Size: 781.53 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: 613.70 GB
    • Received: 11.14 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.