Loading Tool

Explorer IconExplorer

Memory Pool

35,240 transactions
19.00 vMB
0.05788874 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 103.27/200 MB

Candidate Block

Mining Attempt 5b7f331605b89fbb05b5b3da9071be8e484f872666f8acf92c3d7c1381d5a097
Version 20000000
Previous Block 000000000000000000004cf0e53a54d41d02440929c8007e8a145dc0d95f2705
Merkle Root 2c85878b0a7172c0d2f904c85ec8f224a12c2f7797544f8c2464b55af67544f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,963
Size: 0.99791925 1.00 vMB
Total Fees: 0.02208786 BTC
Feerates: 150.28 > 2.21 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,837 (645,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
268,505 268,505 0000000000000001967e27ce5cc93702b91759007215e385d650fa63498e5453 487 0.46/1.00 vMB 34
268,504 268,504 00000000000000010f614ad7d60b94baba5d46ff15708867ca281fd49cd680c5 1,281 0.50/1.00 vMB 93
268,503 268,503 000000000000000649d6e9041ad5b5a28394a2345c8c8acbcff9c3d72fdc2486 734 0.25/1.00 vMB 199
268,502 268,502 0000000000000006a56f6656faa220c247a76cb5388c463b1c559fbdda0e4839 437 0.20/1.00 vMB 105
268,501 268,501 0000000000000004743ea486eee044d39b0814a2e9aa472cf8078846809d3cf6 306 0.11/1.00 vMB 113
268,500 268,500 00000000000000004c2439104bd4a14d071546d2e4274caeec2c044c6d99b7ac 216 0.19/1.00 vMB 47
268,499 268,499 000000000000000288ecdb642d4ce733f83c12981179abe67cee8d7fb68ec53f 623 0.25/1.00 vMB 2,402
268,498 268,498 00000000000000030539099f344af9fe78e307ea505ed194406040b88475b03b 220 0.12/1.00 vMB 60
268,497 268,497 0000000000000004914f51902e83b9e889913352d7a2df661927ddba829f3288 221 0.21/1.00 vMB 32
268,496 268,496 000000000000000239e8590f09d93e96ba6b9b2f2d3e085a7ea169e8f8d5637c 417 0.25/1.00 vMB 53
268,495 268,495 000000000000000656b559295bc412bc365f20db0f63358944e6ec82b8b06ae3 1,030 0.50/1.00 vMB 58
268,494 268,494 00000000000000049af099ebb2f484ee33634c24ce7d7c0c0c03c0dcaa82d60c 849 0.25/1.00 vMB 205
268,493 268,493 00000000000000072f2c71f4ed7f7b557a2794529f549dada58f3fff1313b641 562 0.25/1.00 vMB 64
268,492 268,492 0000000000000007ee2db3da964939ff34695ef1a2343ae05c837cba83630ff0 250 0.12/1.00 vMB 92
268,491 268,491 0000000000000004f8b72f04bca4ad1ff14ae948a7f7564cf5a41a595b1d9b38 119 0.06/1.00 vMB 52
268,490 268,490 0000000000000008589a3c9f2d3e90a60f8e46941b193adf3628da876ab9826c 60 0.03/1.00 vMB 40
268,489 268,489 0000000000000005cbda40223ee23d3117c8c59d42ea554f3d6e194da3b00fdb 124 0.09/1.00 vMB 51
268,488 268,488 0000000000000000b1521c7c7c86a5d1dd5860391468e2b50c77674b9b78af13 356 0.35/1.00 vMB 21
268,487 268,487 0000000000000005cd6a869c15b71e1996a2f7573a46a277c2255f52fcb7ad77 564 0.25/1.00 vMB 44
268,486 268,486 0000000000000003ef756848b7e10c0899f92e7f7da826b887f4485579b37355 1,334 0.50/1.00 vMB 101
268,485 268,485 00000000000000018c35a8fc716dfd73e4c5dbec98c08bcfca5d09f2103560ef 104 0.04/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 780.33 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: 520.33 GB
    • Received: 4.75 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.