Loading Tool

Explorer IconExplorer

Memory Pool

82,834 transactions
31.35 vMB
0.10588254 BTC
Random Selection Loading Transactions
Max Size: 190.61/200 MB

Candidate Block

Mining Attempt a83482219b2695ce8782e1618341237c1e83380ad0df7aea9f904b9131f65aa7
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 3ec12ead172c45c97165a7e5ae9bc7fd8d1e291411eae314bebcf6443cb7b625
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,996
Size: 1.00 vMB
Total Fees: 0.02905768 BTC
Feerates: 151.12 > 2.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (437,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,393 477,393 0000000000000000012c31cf8a0de8f19a79e60f567c68c32e93c2e7a56e5c2e 2,038 1.00/1.00 vMB 194
477,392 477,392 0000000000000000012288cec644c7ab65fcce61adaf30316ce1ccfcc99791f9 2,345 0.79/1.00 vMB 29
477,391 477,391 000000000000000001290cd8f91689506ce1f38e05acdf1ec1d3fcdcc52c6535 2,178 1.00/1.00 vMB 158
477,390 477,390 0000000000000000013de18bc1cf56d53c5ca5b39dc76c0e593ee3ea452e8b84 2,362 1.00/1.00 vMB 209
477,389 477,389 00000000000000000019d81115fbd244de0b7515cf74d9746e0f483b7195fab8 695 0.36/1.00 vMB 173
477,388 477,388 000000000000000000f6385b1356d50b403b76fbb8b304f0f4fb68d3efe6df1d 880 0.95/1.00 vMB 47
477,387 477,387 000000000000000000eaa45d67740dcd27bff55462de052515ef209da3c97905 1,312 1.00/1.00 vMB 61
477,386 477,386 00000000000000000155fe4b6af232e8391adef52a4a0ab137e0b5f6933289a7 1,957 1.00/1.00 vMB 151
477,385 477,385 000000000000000000b69a15d4bc6423221179d37a3fae9926d678cf102bdc75 1,313 1.00/1.00 vMB 30
477,384 477,384 0000000000000000002371b15be532621a0f7f0f97b3101385e2c5140ed8132d 1,855 1.00/1.00 vMB 180
477,383 477,383 000000000000000001053e06c1b585f26a871409f02a42c784cc63e02ede1781 1,807 1.00/1.00 vMB 31
477,382 477,382 0000000000000000004f51e92ef4a85314cd1f2b5179bdae665e3cb94fd8ad2c 2,174 1.00/1.00 vMB 210
477,381 477,381 00000000000000000016e25205de1c55b8dbc016365cb028a4c6529f249f620c 308 1.00/1.00 vMB 16
477,380 477,380 000000000000000001455f4c31edb2fd0a2894d3862459e69f8f8d72c623ec06 260 0.92/1.00 vMB 6
477,379 477,379 0000000000000000013b4a70548846b8902da69791abcc8caaf3b808eba80930 1,777 1.00/1.00 vMB 49
477,378 477,378 0000000000000000011364b94b462ab1f97d8483eeed07db6546b1cf81a1b23d 2,128 1.00/1.00 vMB 45
477,377 477,377 000000000000000000788c0d0d59ce909ea9f17aa7828b431ccb366417c80caf 2,142 1.00/1.00 vMB 147
477,376 477,376 0000000000000000011a377ddb0bd951bae6ba760f6b7c6049de424a1245715a 1,830 0.95/1.00 vMB 111
477,375 477,375 00000000000000000106ee978924b591bd9e48326af9c7ec4afdd653feee7e11 1,648 1.00/1.00 vMB 216
477,374 477,374 00000000000000000159565038ba1aec4bb9cc245f43fa3c2eed7ab0154ca40e 236 0.13/1.00 vMB 158
477,373 477,373 000000000000000001138100e12d9d26fe2c4813e2db7d2ce524b19d9c24e316 2,382 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 783.06 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: 720.67 GB
    • Received: 18.24 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.