Loading Tool

Explorer IconExplorer

Memory Pool

22,074 transactions
23.89 vMB
0.04720315 BTC
Random Selection Loading Transactions
Max Size: 113.61/200 MB

Candidate Block

Mining Attempt bad3eaf861d24319fa51087f3503f44125335f4733bfcc094001c1b66ce5816f
Version 20000000
Previous Block 000000000000000000012f752b66db609c6c2a4b29284f0e90ab5e0416a64772
Merkle Root 89a32397433804f875a8090b354c5e26a1e09c743ace41d6e459c9ca6a2eb578
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,067
Size: 1.00 vMB
Total Fees: 0.00511903 BTC
Feerates: 73.20 > 0.51 > 0.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,203 (839,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
74,813 74,813 00000000003560c62013f7ac46d0a3dd3b4104b1f67e3e4a6b7a8b6a3ea8c2ec 3 0.00/1.00 vMB 0
74,812 74,812 00000000003356837a3ced07d84dfb57142f32b70a30680216a8b93cd970e0a0 1 0.00/1.00 vMB 0
74,811 74,811 000000000061b72c7ffebb845d6fba97f1a124213fda14910b725f9f539ed106 2 0.00/1.00 vMB 0
74,810 74,810 00000000004a00211ebfda2fe7a8d8731bdcd84936cbaa2aa4c835b02c51db2e 1 0.00/1.00 vMB 0
74,809 74,809 0000000000227747c64f53752967a996978e95f32455a4ff7984508b1c51d645 1 0.00/1.00 vMB 0
74,808 74,808 00000000000de3fa51acdd0b2e560f95b7038a307db8a5be4a371666dc471e6c 2 0.00/1.00 vMB 0
74,807 74,807 00000000000fddf79e3da1885de87fc102c66e13ea280ef52ca6bd36bcb3dd4d 3 0.00/1.00 vMB 0
74,806 74,806 00000000005ea66ca3725825541de4511ae8dcf481c5840f7f1e774f68d889be 1 0.00/1.00 vMB 0
74,805 74,805 00000000003cb92fee931af655b0a61da42e2dbc2c8d4be5288e2aedcfb6c300 1 0.00/1.00 vMB 0
74,804 74,804 00000000005ed460064dca65cb9f79c56154bfbe4ab24e9b3722482761a7e796 1 0.00/1.00 vMB 0
74,803 74,803 00000000001cf785738ceb0b9184a0d5c176590c9b5badb2828948bf66e604d8 1 0.00/1.00 vMB 0
74,802 74,802 00000000002e3917e6e60486f1e7a7a4c7140ac768b1c81351d54e93bd04c473 3 0.00/1.00 vMB 0
74,801 74,801 000000000063e7db9b027dacb2daf889c44d80ea15e4f9d9bd12f1f34aca1c34 1 0.00/1.00 vMB 0
74,800 74,800 000000000060f19d923b654584967e60411a18b2f6df90ebbf7f04b463d1257e 1 0.00/1.00 vMB 0
74,799 74,799 0000000000524849f523a302dd48d0cc2f961a9d7d30f9acf82f648990482917 1 0.00/1.00 vMB 0
74,798 74,798 00000000002b4b4d4b4de13f51d02eea334bef7504b2f5577bbdd9986162a85a 1 0.00/1.00 vMB 0
74,797 74,797 0000000000125965fb5aedb6819c937bdca58086cf9b150b65254f772764f982 4 0.00/1.00 vMB 0
74,796 74,796 000000000024dfc1a7ea50abf1cb5c1104f57849d9430af8b6996d419cfa8b24 1 0.00/1.00 vMB 0
74,795 74,795 00000000003df953e17c69388a1054dbce1f1b0f8a1517be486e2faa2fe41f19 1 0.00/1.00 vMB 0
74,794 74,794 0000000000089d752897a23f10f11b7374244fb15ee52f1cf17d8a4a0417bfbc 3 0.00/1.00 vMB 0
74,793 74,793 000000000009ad9051d0cbaf7e9b2aa11b2512017edeaf5a78715e06fa66b67b 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.95 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: 573.43 GB
    • Received: 8.05 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.