Memory Pool Memory Pool Refreshing

4,407 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 9/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 ago 1.00 vMB 2,885 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (22,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,088 885,088 00000000000000000000e003ef6d40cfb14676d97a2bbfe441477a8119f8e67d 1.70 MB 3,850 10
885,087 885,087 000000000000000000023fc662a83afb1adf74035ccbb283844f9a5fcc75384d 1.56 MB 3,814 16
885,086 885,086 000000000000000000010a6be68759388838e7b03856abb481e3ff8aab6ea1d1 1.73 MB 2,876 10
885,085 885,085 000000000000000000025bd530980cebb7c7c70dc542c3299311117e608be5e6 1.52 MB 3,126 15
885,084 885,084 000000000000000000020e7acd91b497a63257763ee1141c8115b69ada3c01ed 1.69 MB 4,276 12
885,083 885,083 000000000000000000024accbbe21024c026885cce5c585c1018ac130ba3ddce 1.62 MB 4,046 8
885,082 885,082 00000000000000000001738d6374bdae78e92520ddb2deb4cf632fc3f2d57772 1.83 MB 4,685 7
885,081 885,081 000000000000000000009d06c9c0e0fbdfffb4fc8ce5881f415ff74d505c4a7a 1.73 MB 4,020 9
885,080 885,080 00000000000000000000bd3606fcb868627c5286b9fa3350dbf16790d27425b5 1.71 MB 4,013 13
885,079 885,079 00000000000000000000beeab564f58b390454101e91d05e2c59769530ccc3e1 1.73 MB 3,709 10
885,078 885,078 00000000000000000000adf1958e6bd9838fcc839fccc00ec77a6dab383629ac 1.73 MB 3,459 13
885,077 885,077 000000000000000000025955d3814772e314eba84efe36c533924f253246520f 1.48 MB 3,377 19
885,076 885,076 00000000000000000001c4d9687dba832103a24a1f960277a7a00f48c0c6f82b 1.98 MB 5,154 7
885,075 885,075 000000000000000000001c6ad61ea0af6dd28c9defe795137c47e9a8cb561803 1.88 MB 5,312 8
885,074 885,074 000000000000000000019e71b18f1410c4a00cf5e815f7834f9447146150d17e 1.92 MB 3,401 8
885,073 885,073 0000000000000000000238c462414ac885a481b3ff66747e865b091dc7e52121 1.66 MB 3,439 11
885,072 885,072 000000000000000000023c4ca8e3196e6218c20fc9a26553e952763f5884a3b0 1.75 MB 4,471 11
885,071 885,071 000000000000000000026f550f18ee95efb5838f38c22811b0b6006ca9304b45 1.58 MB 3,324 9
885,070 885,070 00000000000000000000b5e78242d11208816dc694cb5c95c3bef7e5cf6d6116 1.77 MB 4,639 11
885,069 885,069 000000000000000000008d9a9b9b823504f4e8dff4bcba49f2689139c554299b 1.69 MB 4,181 12
885,068 885,068 000000000000000000020409012a58c6f6d9a2dd9a9f01a8b098f016b7a232c1 1.72 MB 4,229 10
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.27 GB sent, 94.23 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.