Memory Pool Memory Pool Refreshing

3,292 transactions
16.78 vMB
Show Random Selection Loading Transactions
Max Size: 95/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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
886,571 000000000000000000028bb10000000000000000000000000000000000000000 1.00 vMB 1,578 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 886,570 (3,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,924 882,924 000000000000000000002485f391968eebb8a0ac57926a0e5df79c4fab52e6f2 1.49 MB 3,211 5
882,923 882,923 0000000000000000000060d0551770433bafccc62ccb658353723c5595763a6c 1.80 MB 2,703 3
882,922 882,922 00000000000000000000bb6c5cca026b9a767057ae5ffb884b4b66378cc73909 1.91 MB 2,430 1
882,921 882,921 0000000000000000000064be7b30a2489011f563c05ce7ed46cd78ca0695de50 1.62 MB 3,190 4
882,920 882,920 000000000000000000019545b0b47f1d1983881a4fa0add9bf9137322ce01f33 1.70 MB 2,839 2
882,919 882,919 000000000000000000002c86be6101631afffe53421c27f51302464aa33b9078 1.71 MB 4,098 2
882,918 882,918 00000000000000000001c30c5d931ab23fea7d7bc33a51eb74c0f841e72e6e9d 1.75 MB 3,528 2
882,917 882,917 00000000000000000001bf39c1e967a60b16a4b7eae3fdb2a9ca94444b1a6de0 1.63 MB 3,594 5
882,916 882,916 00000000000000000001acfd95fc572918d96106aeb9d310e30a09c082ffca80 1.64 MB 3,407 2
882,915 882,915 00000000000000000000483f4f61d7d6afdebc1e3625ca9bfb307d27394ccca5 1.57 MB 3,752 3
882,914 882,914 000000000000000000025a099159270d5c6717e4926f3ead9383f41c4e6280fa 1.57 MB 3,375 7
882,913 882,913 000000000000000000005d8e440bd0326d4f407b9abf64aac50026793bd1b38c 1.79 MB 4,991 1
882,912 882,912 00000000000000000000ace6ec2ad25a82c05b735df10b92a30404e860a08bd0 1.71 MB 4,416 2
882,911 882,911 0000000000000000000076687703cf7700705ad536618bcb671ba0f3f05c7719 1.79 MB 4,171 3
882,910 882,910 00000000000000000002236fdd8df639afffcc57fe57af95bc7b8f35ef9c9209 1.71 MB 3,894 3
882,909 882,909 00000000000000000001258df6def8725a8dbe7b77d5e7849bdb2afc2d2f6a88 2.03 MB 1,155 1
882,908 882,908 0000000000000000000137dbc5b707e677b0d8070e08a5a024112dbb451d9761 1.71 MB 2,980 1
882,907 882,907 00000000000000000001120534f0907648dc99f4d82c82e7aadb1eb895ed3e93 1.74 MB 4,368 3
882,906 882,906 000000000000000000021be5618d99f7e1f8ce79d8fe754717f4e42c9839e19f 1.75 MB 3,232 3
882,905 882,905 000000000000000000017392a58b5d51b712a3893bbd2a259e52858c69ca6c20 1.73 MB 4,116 3
882,904 882,904 0000000000000000000265820970c50b9514f7ba9e8578cd13cede3db07d0fb3 1.74 MB 4,163 5
Previous 10 blocks ↓
Total Size: 731.54 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: 2,738.93 GB sent, 119.82 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.