Loading Tool

Explorer IconExplorer

Memory Pool

83,374 transactions
31.35 vMB
0.09719681 BTC
Random Selection Loading Transactions
Max Size: 191.06/200 MB

Candidate Block

Mining Attempt 3af4796e1e70bfc587f5ce7ac60c13a4f37955ec13e712bfa55e0b62ae341b2e
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root acae99aa16c5b7099e6b2b4e18c317437a3f8f9bea4cd0cdd0cb6ebc0c6fc2cb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,200
Size: 1.00 vMB
Total Fees: 0.02516964 BTC
Feerates: 177.93 > 2.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (445,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,684 469,684 00000000000000000150b717f6ed99303e41ec1ba4f570b372ddcc70760b79b2 1,799 1.00/1.00 vMB 272
469,683 469,683 0000000000000000019ca6a8343359b6828fe175008245f998c8751cf7bb3c59 1,076 1.00/1.00 vMB 188
469,682 469,682 0000000000000000007275f87fac0d285d6e7a2ae56b48de095a3bf7c4576881 208 1.00/1.00 vMB 60
469,681 469,681 0000000000000000012b5f42ba051699616831a4e04b8c37b8f5053426360bf7 320 1.00/1.00 vMB 65
469,680 469,680 0000000000000000013981c4c97649b2dfb4a263463081708a576ed075b7e2aa 2,078 0.99/1.00 vMB 329
469,679 469,679 0000000000000000001e6f34a16c77e2248927f3a11855eb26f66e29e60594ec 909 1.00/1.00 vMB 125
469,678 469,678 00000000000000000024fb365242b9019de9ab1b90f96c02db0018ea8a768c29 1,484 1.00/1.00 vMB 126
469,677 469,677 000000000000000001564f7fe435e4183452e66a5dd2660319990f2d2b1f5c03 2,136 1.00/1.00 vMB 225
469,676 469,676 0000000000000000003cd5afed527710d3e563cf4a1a8cf4edf8c02ee1e381cb 1,191 1.00/1.00 vMB 390
469,675 469,675 0000000000000000019ebe255d2b611ce14bbc0fff0b758c25951b33bb2cd9b7 197 1.00/1.00 vMB 380
469,674 469,674 000000000000000000f47890aaa3eb6fba05b4aca843bdd93feaa282aa1a4081 1,047 1.00/1.00 vMB 372
469,673 469,673 0000000000000000003bf35ff7171f5be2a712b905b5654cd3ccca14ed4154e8 1,868 1.00/1.00 vMB 60
469,672 469,672 000000000000000001a22043b026c19624de31b1e06e3e9d4c31abb401623854 1,918 0.99/1.00 vMB 292
469,671 469,671 000000000000000001c02fcab2757f0f700d1549d2743f30ffad43d550b67ee0 1,648 0.99/1.00 vMB 133
469,670 469,670 0000000000000000016535a2f135932d29176c50006849369a327dbc6faa4521 2,080 1.00/1.00 vMB 332
469,669 469,669 000000000000000001cd8593f8f507e0b9f9ca144deeaf3c0c6021dd9813067c 1,963 1.00/1.00 vMB 227
469,668 469,668 0000000000000000017ba99553757f146b16be5a238b59542fff450d8fa43582 1,816 1.00/1.00 vMB 235
469,667 469,667 0000000000000000013e233e8e55176b1e10361060ec27383a60122d64b34dde 1,680 1.00/1.00 vMB 323
469,666 469,666 00000000000000000005e06565228bd0b593002a4f225215a97b87a579e267dc 1,273 1.00/1.00 vMB 253
469,665 469,665 0000000000000000010cd9309c9d92f19d1e4d938e1b437b1d9c045f869dac35 2,121 1.00/1.00 vMB 271
469,664 469,664 000000000000000001a40c7690c15bad32081fab844df2f0a4a6ddc3244ed24e 1,845 1.00/1.00 vMB 279
Previous 10 blocks ↓
Total Size: 782.97 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: 715.93 GB
    • Received: 17.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.