Loading Tool

Explorer IconExplorer

Memory Pool

78,424 transactions
29.36 vMB
0.08017005 BTC
Random Selection Loading Transactions
Max Size: 179.82/200 MB

Candidate Block

Mining Attempt 94823c88242ca948bdd909592eb7e24c90881772bc55f00daf52b042baca5499
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 29af656b25675eb37b4dc8eac4e746a2026e0a93c85d36f1f159e786019a74b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,371
Size: 1.00 vMB
Total Fees: 0.01573749 BTC
Feerates: 301.25 > 1.58 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (108,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,058 807,058 000000000000000000045c827dfe3965b5c7517f9cc080cb88e5dd1da8d173d6 4,755 1.00/1.00 vMB 16
807,057 807,057 00000000000000000003c71f775c304277b2afce5c70c557f24d5333d524a35e 2,652 1.00/1.00 vMB 2,003
807,056 807,056 000000000000000000050c325a1430438b073e4c59a3b4c4f7b35bd67b865e68 4,479 1.00/1.00 vMB 17
807,055 807,055 000000000000000000010ad4fdcbc701344024885259538687459595e752673f 4,805 1.00/1.00 vMB 15
807,054 807,054 00000000000000000002fb5f77b7ac2f0b635530669745422a45e0a6871f9758 4,740 1.00/1.00 vMB 17
807,053 807,053 00000000000000000004fc3c99b7f3348044e708eb6069dbc8f7c2de7e5dd27e 2,701 1.00/1.00 vMB 21
807,052 807,052 00000000000000000004c1eddaa456e65b890c222cf06e94f10e1b990568d329 3,078 1.00/1.00 vMB 22
807,051 807,051 00000000000000000000e97d0a9f6cc7cfab9e1ba3808b85afaccc211580ffa9 1,936 1.00/1.00 vMB 15
807,050 807,050 000000000000000000000522d0db378a8620ff3daf0f98b77f7db5b3a7029176 2,482 1.00/1.00 vMB 21
807,049 807,049 00000000000000000003163226f72eb9b4ec43ca9855430b0a79f1a9e5779cd6 2,935 1.00/1.00 vMB 21
807,048 807,048 000000000000000000049c26dcccd3ea758f62c21480cd92557146e21cc6c696 3,333 1.00/1.00 vMB 25
807,047 807,047 00000000000000000002cb6ff8308b0270065a642074043802db8bf86401214b 2,502 1.00/1.00 vMB 18
807,046 807,046 0000000000000000000142792ff46e8c24fbc202d1c7d0e83f2f8c8e01532536 3,346 1.00/1.00 vMB 30
807,045 807,045 00000000000000000001af36db3cfd1ebf388e3e5a6d6c612c32649ca9f3f9eb 2,479 1.00/1.00 vMB 26
807,044 807,044 00000000000000000004bb10f34a8519a0b479b54cb4650e87f9676e701b190d 4,771 1.00/1.00 vMB 19
807,043 807,043 00000000000000000002af2a05b67c1c9c06d57e243c792f31419f698aa9c241 4,434 1.00/1.00 vMB 17
807,042 807,042 00000000000000000001fe04e9defcc26587d301220b04234ecd4c3c1327a8f7 4,117 1.00/1.00 vMB 15
807,041 807,041 00000000000000000003a6a8d92ae8d28a05fd965f2e20269e508d0795ce656d 3,121 1.00/1.00 vMB 19
807,040 807,040 00000000000000000000a2e02dca99c88c6924c6fcf1d70a0b7451716f77bc29 3,111 1.00/1.00 vMB 20
807,039 807,039 00000000000000000002651b97996b2f8e0d7932cc6a57489b4d4edf16d7489e 2,255 1.00/1.00 vMB 17
807,038 807,038 0000000000000000000485380504697455e33fe6759f9ab2735b02da46cc0dae 3,770 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.80 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: 710.02 GB
    • Received: 17.01 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.