Loading Tool

Explorer IconExplorer

Memory Pool

50,394 transactions
28.32 vMB
0.06448811 BTC
Random Selection Loading Transactions
Max Size: 152.28/200 MB

Candidate Block

Mining Attempt 627ee94d878700db02f1db7386b2e9107a36b7a5cec5f9037169ec38ef1659f7
Version 20000000
Previous Block 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9
Merkle Root 927a2aa2c16c651c01e1522e86ee4911e90d5125151bf91850aa8dfed23ca1cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,926
Size: 1.00 vMB
Total Fees: 0.01000476 BTC
Feerates: 100.00 > 1.00 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,794 (274,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,504 640,504 000000000000000000013c5b1453fc6641dec760b6f39fcca58f7110ab65d748 2,186 1.00/1.00 vMB 65
640,503 640,503 0000000000000000000df5dbaa59bad7f8f95c965bd7e2d0cebf7a8c2b47ed20 2,308 1.00/1.00 vMB 130
640,502 640,502 0000000000000000000890fc01396c9ea74d1f2fcaa5f04027901419ef986ae9 2,219 1.00/1.00 vMB 116
640,501 640,501 0000000000000000000511b98cb40faa7fc7614208d4abe890aa7114777bcad1 2,765 1.00/1.00 vMB 135
640,500 640,500 00000000000000000005326ee87bdf59833f29b1fb5aa77886715d1c77886912 2,372 1.00/1.00 vMB 54
640,499 640,499 00000000000000000003134cffd0f84b6fde579657a62d9212d583a39f358d30 2,009 1.00/1.00 vMB 54
640,498 640,498 0000000000000000000e2b8e9d09d0f0d89c8c8fd2da58eb7920a2fa3305b5fe 2,806 1.00/1.00 vMB 95
640,497 640,497 000000000000000000045aae6655247b1fd9600acc136aa71505c819de922f0c 2,240 1.00/1.00 vMB 31
640,496 640,496 0000000000000000000f11a801df26b3255bc45fb2981d48b41e62104a0ad876 2,619 1.00/1.00 vMB 99
640,495 640,495 00000000000000000007bb38f4292e92598c9020785ea6c0436d42badf620755 2,289 1.00/1.00 vMB 52
640,494 640,494 000000000000000000067a5294c0f226fab3b7414129fac9f510e546e2cb84f6 1,927 1.00/1.00 vMB 52
640,493 640,493 000000000000000000102ce96ba14985415161bf8ee47a4f2e1bcbf1de4f1290 3,058 1.00/1.00 vMB 59
640,492 640,492 0000000000000000000f9b6cd79444b4a5a21b7ffeebc722e5c4fa5e2dcec054 2,460 1.00/1.00 vMB 59
640,491 640,491 0000000000000000000934c59b7cbb1fdc017dccea74a9053cf6010845d9f1f2 2,533 1.00/1.00 vMB 61
640,490 640,490 000000000000000000053e1d81dac567b62fa7e398014e2f0cafaa56693d81f9 2,305 1.00/1.00 vMB 115
640,489 640,489 00000000000000000002bae89497d9d54ad3935c1ce967ec6841614aa6f9cc8e 2,139 1.00/1.00 vMB 130
640,488 640,488 0000000000000000000c8df12658e8ec998620604c9b87b2ab9bbd05a6392442 2,736 1.00/1.00 vMB 83
640,487 640,487 000000000000000000030e754949b07f8938c6e33af3a8997999f138fa0ea42a 2,474 1.00/1.00 vMB 66
640,486 640,486 000000000000000000034e6ec6f7103cb66cdb88dcbf41e812d0bf99ad7f7225 3,015 1.00/1.00 vMB 87
640,485 640,485 0000000000000000000c303b32ea99d210ff0ea302190b9357cf89a98b551710 2,544 1.00/1.00 vMB 118
640,484 640,484 00000000000000000006e4e27f0948f0bbb287ca2aa3e656957cbafc13b85dd9 2,196 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.02 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: 649.91 GB
    • Received: 13.23 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.