Memory Pool Memory Pool Refreshing

4,932 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,818 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (27,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,956 879,956 000000000000000000000512a12c621b568b5fc1c7fa057c505025aecf3d6203 1.60 MB 3,067 4
879,955 879,955 000000000000000000011a7ad5b464499cd83cb25b6ccf7bc82442ef95115352 1.57 MB 2,595 2
879,954 879,954 00000000000000000002828ce6d26fb18d3077457c3b6aac8e894597566849d5 1.60 MB 2,670 3
879,953 879,953 00000000000000000002437872e40cb2ccc188185546eadaf385b4371610fad6 1.63 MB 3,298 5
879,952 879,952 000000000000000000002c150688cde41273c713a082cd66fda469bc5f27f27b 1.38 MB 2,219 4
879,951 879,951 0000000000000000000267279fa63dd3d026829e783b3a8c06d806fefd009fed 1.60 MB 3,812 7
879,950 879,950 00000000000000000002446cdfe3d0ece04f48256284c193fb0b71d96a5db5b8 1.56 MB 3,689 6
879,949 879,949 0000000000000000000251fa5eebe43133d194d6931c34d517c78150268c3728 1.91 MB 696 1
879,948 879,948 0000000000000000000063871940ca2f14399f7aca11d4b93a449a530d262a3f 1.80 MB 1,554 2
879,947 879,947 00000000000000000001a764a8eee9c2bd8c59d7ee7dc7f1f7bbab7ab68afffc 1.56 MB 2,004 2
879,946 879,946 00000000000000000001f5eeae5843e5ee3507dbf62adb2b6774dd262883cad7 1.65 MB 3,289 4
879,945 879,945 00000000000000000000d92d7908a118821a7980009304e941576026e18a52f7 1.65 MB 3,385 8
879,944 879,944 00000000000000000000636cf47acb4d80482270dc9d620122cde2913e8ef9d4 1.67 MB 2,891 4
879,943 879,943 0000000000000000000089e1e47af4e8862cd1283290f07277c3b6f12b5c9f9c 1.58 MB 3,153 3
879,942 879,942 00000000000000000001edf2b1fc732ecfed645a55a6ae0cbbc9d7a4ab5d4b87 1.65 MB 3,234 5
879,941 879,941 000000000000000000005b446eac8d5dde6d95aacb22a94946c5d9917d0e9de9 1.58 MB 3,727 6
879,940 879,940 00000000000000000001b19c55ac813f8ac1ab3c63a7a4492aa1535ee608ed49 1.66 MB 3,497 12
879,939 879,939 00000000000000000002386bb37162c0a9ffd2db6dd93a0bee2e3db273d1f17c 1.48 MB 2,428 4
879,938 879,938 0000000000000000000018d2dac0bbe031de8c84bf67706002304bc5542a2d0d 1.54 MB 3,488 5
879,937 879,937 00000000000000000001c44210c0bcfb75d48fa384e0947886de32e96b01f95a 1.76 MB 4,254 4
879,936 879,936 00000000000000000000816038180eb2e9b16ffb9fdcac6974e66f94f642785f 1.72 MB 4,534 5
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.