Memory Pool Memory Pool Refreshing

52,055 transactions
32.66 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,098 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,215 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,097 (3,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
859,773 859,773 000000000000000000029a0bfeedfa7f07b792e65e951aedac60997d3a44a68e 1.59 MB 2,187 7
859,772 859,772 000000000000000000015dec8894c433e0827a800894ecbee953a0b576f4720d 1.64 MB 7,835 2
859,771 859,771 000000000000000000014d1378722e1fbdccd3a56d087a4f9000833807405633 1.66 MB 4,265 4
859,770 859,770 000000000000000000011a60b657f1193df2257cd622fe80c338236b5a316fb8 1.80 MB 2,547 5
859,769 859,769 00000000000000000000265d3e332e8f451a332bc550a2d07759b86b79fa5a69 1.68 MB 5,675 4
859,768 859,768 0000000000000000000093be3facfcc35294e9ed27a1fc144b36ecf174d32666 1.66 MB 3,114 6
859,767 859,767 000000000000000000010cafb0d7fd69f5cb24c27964ee9b02205087203cbc60 1.65 MB 5,614 3
859,766 859,766 0000000000000000000057307be471b9d6bc8dfb5c030ff39aee70f6e5847d2a 1.69 MB 6,876 3
859,765 859,765 000000000000000000021b8158be15eb11c2866bc92cd1d317af008436b75cb8 1.80 MB 2,625 4
859,764 859,764 00000000000000000002d95584ef8c8d29ee918cf429c4e9f61b69d7cc6ca501 1.92 MB 2,633 5
859,763 859,763 00000000000000000001ed028c99b1ae10180e1841d59bc9ced4f0702fe16ea6 1.74 MB 6,067 3
859,762 859,762 00000000000000000002ec7a0fcca3aeca5b35545b52eb925766670aacc704ad 1.67 MB 6,534 3
859,761 859,761 000000000000000000027ec0fccab31802fec7d0a32d0218fd606b60b565e09f 1.83 MB 2,362 5
859,760 859,760 00000000000000000000b6f53d4bab9b818883dad2094ff8190e82e456b28cd1 1.82 MB 2,359 7
859,759 859,759 00000000000000000002f7744af26652a43d34ad3c6d8eb001e45d222210fc4b 1.64 MB 5,023 3
859,758 859,758 0000000000000000000216cbe3c12168310872daa3b873596f754baec08e3c8f 1.74 MB 6,997 2
859,757 859,757 0000000000000000000000fd357ba5c0dfb7f4fd3de2815b7766b3de5adf7f8c 1.88 MB 6,336 3
859,756 859,756 0000000000000000000006032a6eb8bfcb6f03f5764ff568836a040a2f35ed47 1.66 MB 7,574 2
859,755 859,755 00000000000000000000b0be9351ae8545b1acca7c9e50984a162b0e29ae07ab 1.71 MB 7,050 3
859,754 859,754 000000000000000000008a23a174c54d2c330ac4be032bd68181beee43e12ddb 1.89 MB 3,398 3
859,753 859,753 00000000000000000001acd29f2eabc927c81ddf6a338af7824d4371e12b791b 1.69 MB 2,641 6
Previous 10 blocks ↓
Total Size: 686.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,430.36 GB sent, 113.97 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.