Memory Pool Memory Pool Refreshing

4,322 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,302 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (822,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,996 84,996 00000000002cd803461ca8bc91debe8f71b8668d37bc294b88635a1e77beb970 0.00 MB 1 0
84,995 84,995 00000000000fc71399e6185c34681a78e86ea0987c57d0732df24b0ab64ada01 0.00 MB 2 0
84,994 84,994 000000000001f72e012d0cfa282dffaec70d7a1164781f74936f0dc7394719f1 0.00 MB 1 0
84,993 84,993 0000000000216e3f42ed24c7dc96d9828318784cec53cf0a681758153d62f10d 0.00 MB 2 0
84,992 84,992 00000000002d44c323149c0710c7e642ea20e3ba450fae42a77378a86bba7fc8 0.00 MB 1 0
84,991 84,991 00000000001a46e107cbcdf8a1f85689ac4a1328355a89706f05e0f6c853225a 0.00 MB 6 0
84,990 84,990 00000000001a2d8ba5566555e6bddd7b1fc91d0cbb3d4530d6ae1d9988464220 0.00 MB 2 0
84,989 84,989 00000000000f7de4695dd4d9c5a6c1eece8ada84ce002e464cf9b0697d45c173 0.00 MB 2 0
84,988 84,988 00000000002dcc9edc070f0759b5d63615a2029f2ea593f999e6b4b946aa6567 0.00 MB 1 0
84,987 84,987 00000000001b86ff7629b698098bf246f627b4524226ae8af4c9c73f72a857ac 0.00 MB 2 0
84,986 84,986 000000000005862d2503a56e37013f241616a8d835ea17735e23121be638cc74 0.00 MB 1 0
84,985 84,985 00000000000bfaa36ca7249d35e02951d5be0de954a580b8f0fbdbc08304d691 0.00 MB 1 0
84,984 84,984 0000000000294e72a00e8677eb79f02334d925141019b0cd19f6d6030d03a939 0.00 MB 1 0
84,983 84,983 00000000002939ef5cd91f42f771fed0692d3efb440bbf6ace3e06889ed4f649 0.00 MB 1 0
84,982 84,982 000000000001491359c128f37c0217e1975861b7dfe4231815c0669fb26d0c0c 0.00 MB 2 0
84,981 84,981 0000000000106cd648520fa232925d278ed25eabae9b3339dde21a695da2e8f7 0.00 MB 1 0
84,980 84,980 0000000000148f982a9752362d5576da4b381addb29aa1985b44605af1084cd8 0.00 MB 1 0
84,979 84,979 0000000000180a18758fd2ce2dd3b3362861e475abe4f7c1ec0053a6a012f4df 0.00 MB 1 0
84,978 84,978 0000000000093485629215ae3e767710c5ba560b3a94fdff64274cc5e54c83fb 0.00 MB 1 0
84,977 84,977 000000000003c82caceb34dfffc79ca7c7dbf72e60496a71d536d033d3311adf 0.00 MB 1 0
84,976 84,976 00000000001e66f81d60aa2643e3d4d4dd22de903fc06dd2f41c5daa624c1d51 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.