Memory Pool Memory Pool Refreshing

15,656 transactions (3.65 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,178 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,015 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,177 (849,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,446 59,446 000000000abebbe72f42c381b8477c38fa354d56e7cbbbed21d8f8715ea4e18a 0.00 MB 1 0
59,445 59,445 000000000075e7b33006a7e365f1115755db76600f58772ab6b20e6c84676d55 0.00 MB 5 0
59,444 59,444 00000000018b4c189660850aab3dca64f86ff88ead65e91e7cbfba4866dbc54a 0.00 MB 1 0
59,443 59,443 0000000000a0e08a7f40a85ccf8d111d10254df5a487edc1b3cf4d3ef0ac3284 0.00 MB 1 0
59,442 59,442 000000000d6aed595138b1cbe2bd9db4a60f70f4490976009ad4e0b9fb85b15d 0.00 MB 1 0
59,441 59,441 00000000019a767fc88b7d1192a4de3ce4957d630e5096b5f2238ca13bc637e1 0.00 MB 1 0
59,440 59,440 0000000002a81162f1e7c70273efac7a83c46a6b0dbf735a732bd1f973bb7110 0.00 MB 1 0
59,439 59,439 00000000002d77ebaf1a6265941d19d8fb35be7db6b11d7c555d9a0c90ca4b67 0.00 MB 1 0
59,438 59,438 000000000e8eca06cfaa700503f9344df3299404b7de01738cef055f108b1b13 0.00 MB 1 0
59,437 59,437 000000000dc34c14383ffe61960954dafc8cdb242319044ab9c7c9ec421569d5 0.00 MB 1 0
59,436 59,436 000000000943f50e6c177c9cc4d9c08a58be37f140f8dfd512b452b73ad1bc5d 0.00 MB 1 0
59,435 59,435 0000000008e72b6e625f64351e90b4f6bb0794d5177e3d9b61ca157af3612746 0.00 MB 1 0
59,434 59,434 00000000039900808f327502d8effe8bbdc4bdc7e5e9b837f83dba50916e5a50 0.00 MB 1 0
59,433 59,433 0000000007f76766d271fc6505ef07ec9192171d8bd2a038f855bb83ef74e6a0 0.00 MB 1 0
59,432 59,432 0000000007c38f59b2ec2c407d219273279c0a37f6a0334b80364e9031f51623 0.00 MB 1 0
59,431 59,431 000000000444c6428377121ac47f46b7667be8b21c5ffeeb8e18c0eb09877330 0.00 MB 1 0
59,430 59,430 000000000ce79e140b515050ba257113fe433971e26ddd8b9d1fead100e8ab2b 0.00 MB 1 0
59,429 59,429 000000000a5ddbb041e208c4a773faa30d58a000301d41ee6733fc6ae752ecd4 0.00 MB 1 0
59,428 59,428 0000000005616cab14a9ca4d43b97f7080fea6e69f9115cca053be88158f300d 0.00 MB 1 0
59,427 59,427 000000000179f75d8a50d9f487de0ec51b0b367b2f8dbe9a7f462626ca2537f6 0.00 MB 1 0
59,426 59,426 00000000053c5189b55f6841ebbcdb5af4a085bcb4141b42f9e0bfc590f782ca 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,985.46 GB sent, 107.08 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.