Loading Tool

Explorer IconExplorer

Memory Pool

80,009 transactions
30.02 vMB
0.08671383 BTC
Random Selection Loading Transactions
Max Size: 180.02/200 MB

Candidate Block

Mining Attempt 0f639603a1a9b8e430aa4a6fc50e13380e48bf69e490de1080e4d656e8ae72bf
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root e5593628fc812bd2ebe6203f59d1d9f2695a147a0e8baa7ffdae8c9964fff29b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,734
Size: 1.00 vMB
Total Fees: 0.02538004 BTC
Feerates: 301.07 > 2.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (420,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,817 494,817 000000000000000000481808f04b649e7242b72322df1c95cb8ed9d9f7f5ce11 784 1.00/1.00 vMB 103
494,816 494,816 000000000000000000baf76b31351cd3ee930bbf37b2a515288780ba6952d48f 2,019 1.00/1.00 vMB 314
494,815 494,815 000000000000000000c8065560d31384fc1c3039fdc994affb9031909deef1a3 1,806 1.00/1.00 vMB 204
494,814 494,814 0000000000000000002c499d9510dad8498325b18641a2ed1d82c87b384b97fd 2,564 1.00/1.00 vMB 74
494,813 494,813 00000000000000000017a4523aea644b93ff0c217560a0a85ca1567a09d59613 2,077 1.00/1.00 vMB 430
494,812 494,812 000000000000000000be1aaf075643c9da47b4a1d1a4f077abbb415ae39353b5 1,477 1.00/1.00 vMB 85
494,811 494,811 0000000000000000003fd6342bfde253e8f5d7749fd27740e297ad08d944efde 2,552 1.00/1.00 vMB 367
494,810 494,810 0000000000000000009b6bdc7f9e77d6c996b327b6c31f20d1c6b85ab9f5e9c3 2,862 1.00/1.00 vMB 229
494,809 494,809 0000000000000000008e79d8f4ef457b90e02286a6a923339a62f5ddd1d1c3e7 1,776 1.00/1.00 vMB 371
494,808 494,808 00000000000000000067e5e569986bf5951a60aee9994cc93150b73178d539e4 2,252 1.00/1.00 vMB 393
494,807 494,807 0000000000000000008357a44e8db4f5b7370ff406f910fd720e5f5d3b3b8cc9 2,481 1.00/1.00 vMB 279
494,806 494,806 0000000000000000008bb13344d42f49ce9f3d74a6554db00ecb7c1301760d2d 2,348 1.00/1.00 vMB 178
494,805 494,805 000000000000000000b0f6a011c94aa637a77deebdcbf035c42b7f78b11fa93c 2,190 1.00/1.00 vMB 439
494,804 494,804 000000000000000000260c582b88a915ef9b59f591d44d160cbc03034a78da69 887 1.00/1.00 vMB 170
494,803 494,803 00000000000000000084038eeaaa1aca053d6c33cca944d43c6e46b3ff7be4a9 1,513 1.00/1.00 vMB 204
494,802 494,802 0000000000000000007b4eebb561219818b9f11ed485d20871c6919567a3a6bb 1,446 1.00/1.00 vMB 69
494,801 494,801 00000000000000000007c6105344e2918d926c97b2157a912e077282ec5aa590 2,518 1.00/1.00 vMB 137
494,800 494,800 000000000000000000189bbbd44c51dc0ffeb9fb6b9cfc079487f829f1626cba 1,775 1.00/1.00 vMB 334
494,799 494,799 00000000000000000004a21ba1746f9285025d34abb0d09a82fbc20bc2a0e839 1,460 1.00/1.00 vMB 500
494,798 494,798 00000000000000000044a5db8d1eab850df7cee2bbed09877632019cdf299f17 2,361 1.00/1.00 vMB 313
494,797 494,797 00000000000000000037fb692c1bbfc9b071437a9b08265b6b80395f7dcd21fc 2,357 1.00/1.00 vMB 350
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.