Loading Tool

Explorer IconExplorer

Memory Pool

73,384 transactions
28.44 vMB
0.06924620 BTC
Random Selection Loading Transactions
Max Size: 168.16/200 MB

Candidate Block

Mining Attempt d9340cd304a8a9dce5d978ddd3ff0f4cda8391eb912751deba30473837e31e81
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root 7319e564e9929e4eb2b1e8a35ffccf33dc5a487519bd60acee44fff6498ddcbe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,649
Size: 1.00 vMB
Total Fees: 0.01219742 BTC
Feerates: 100.36 > 1.22 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (284,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,091 630,091 000000000000000000107bced93012bf2c363ded9224e6a5be259c882ab6b622 2,468 1.00/1.00 vMB 31
630,090 630,090 000000000000000000025a4532c85f61ac46b4f7d18f27deac493de39acc4c60 2,870 1.00/1.00 vMB 98
630,089 630,089 00000000000000000010004564893e65702f0e4ee325d9bca08beb6a90d78ef5 2,162 1.00/1.00 vMB 107
630,088 630,088 0000000000000000000b76836e398925d0c20567680d71414878879eb5b09ffc 2,942 1.00/1.00 vMB 82
630,087 630,087 00000000000000000009c9cb2a411b88d8d5c1e5f0e259c14f86d7d1714f6d80 3,129 1.00/1.00 vMB 124
630,086 630,086 0000000000000000000f36061de41259edc4bd5fc5a97092abc24e499e273062 2,880 1.00/1.00 vMB 72
630,085 630,085 00000000000000000008bf79c711d23b4d3587c89297df09dfb3069ac95f1ff0 2,623 1.00/1.00 vMB 100
630,084 630,084 0000000000000000000340089cfeabf3f759b08bd409365ce621e9498f69450d 1,856 1.00/1.00 vMB 44
630,083 630,083 00000000000000000001949057fbe5f7434a2beb459703da04e0e277481c8f88 1,679 1.00/1.00 vMB 11
630,082 630,082 000000000000000000030bfe137305fc3f1aab71e3810fb84fd85e8407b2b523 2,685 1.00/1.00 vMB 80
630,081 630,081 00000000000000000000bba3c2f414dd10bc5c86c8485f243d8b9a7ba7be35bf 3,056 1.00/1.00 vMB 65
630,080 630,080 0000000000000000000ea652b925d322be46df384f88345110e544dee2aad496 1,643 1.00/1.00 vMB 19
630,079 630,079 0000000000000000000f75186e37703e0268a6af540b4429f6ec83bee7e10c65 1,811 1.00/1.00 vMB 15
630,078 630,078 0000000000000000000c2768bb1918f1751223776ab9f76f23f8febb1c204074 2,179 1.00/1.00 vMB 7
630,077 630,077 0000000000000000000c209bfda58c690e2a3c4fe1fc1988be7e977c461ca3e3 2,348 1.00/1.00 vMB 59
630,076 630,076 00000000000000000007403b389f20f9ba7b8505467d9596442d4dd9f52ce1fd 2,435 1.00/1.00 vMB 29
630,075 630,075 0000000000000000000bf3bc853741c2668ae9a8bb70b1533182d38c5dcd02a4 2,311 1.00/1.00 vMB 110
630,074 630,074 0000000000000000000d98e4336e22db82b46e3a6b0461a989438863bd12298d 2,408 1.00/1.00 vMB 76
630,073 630,073 0000000000000000000d0afad808d4e0d0b3440792cf5cc58fbe04691deddcb9 2,755 1.00/1.00 vMB 73
630,072 630,072 0000000000000000000e73a6f95102227d6009e9beade91ab72c05225a0b8793 2,511 1.00/1.00 vMB 89
630,071 630,071 000000000000000000075a910d15927c07900fddb1f13b08088da4bea273279e 3,030 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.33 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.