Memory Pool Memory Pool Refreshing

2,858 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,851 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,751 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (109,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,849 798,849 00000000000000000004b08c4d31239ccbe0228fe3c266752ba3b6e4a79299d9 1.32 MB 1,925 10
798,848 798,848 0000000000000000000348608ab2354e989a5792a552a90592726b4dd679f13c 1.54 MB 3,048 16
798,847 798,847 000000000000000000044c14ba1cbb640b413c76b7bab0fa5271c85ce8b428da 1.32 MB 2,389 23
798,846 798,846 00000000000000000000cafa0293f5cb96bcbb021c13f312583dc494478d047c 2.08 MB 6,401 6
798,845 798,845 000000000000000000015ac1274dfe28392050286cd7dae1242d2cc4a0eefbdb 1.66 MB 3,918 6
798,844 798,844 00000000000000000000dc3eaaeb96edf8cbfde4ada68b366682b2a18960dcb8 1.55 MB 3,065 14
798,843 798,843 0000000000000000000464abfc61aa187edc182eb668154cb0b2470518eb3df2 1.88 MB 5,164 9
798,842 798,842 0000000000000000000311286f7a479afd01e3cd4db941ff351c5a1edae51f18 1.69 MB 3,902 11
798,841 798,841 0000000000000000000241e361605c76589b7e56b8d27a39a1bc6eccd3aa126d 1.60 MB 3,293 7
798,840 798,840 000000000000000000028ce195b04c1d2febca788462a6b86cc2f16c9f322b53 1.27 MB 1,574 11
798,839 798,839 000000000000000000037c7d7dc71ed7f62ffab6c454a3e960bf23dd7fa0ba7d 1.63 MB 2,746 16
798,838 798,838 00000000000000000001c5a557a8ed2a61939af6ca1ff4e40574bcccc323f468 1.41 MB 2,172 8
798,837 798,837 0000000000000000000091d218229b1e58413f43b1f99c837d7fa1991275a255 2.03 MB 6,135 7
798,836 798,836 000000000000000000027d4feb018eb231d59ad4333d10ab43aca7160d4145fb 1.95 MB 4,765 10
798,835 798,835 0000000000000000000207dd8076615f3446c06d30754baeecf40bf9638999da 1.88 MB 6,003 6
798,834 798,834 00000000000000000002d2fc1a4390f95c97a94bf063d109671c1f85158ddb69 1.92 MB 5,208 8
798,833 798,833 00000000000000000003642af38674a6450f276b818385cf223a576086d0b10a 1.81 MB 2,529 7
798,832 798,832 00000000000000000001f9b5137c8f26cabbdb490b9f833e2fe853953242b2d6 1.64 MB 3,353 12
798,831 798,831 00000000000000000000b71a79a6bedda84b466e7539e9eb401d9025d2c5156f 1.84 MB 4,987 11
798,830 798,830 000000000000000000046d44eb1e3ad1845b57e59c93ba941039e1ea5cb9b5cd 2.11 MB 6,412 6
798,829 798,829 0000000000000000000062b57aac698ac34af3784c38b093b16dbd563e75cb30 1.75 MB 3,779 15
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.