Memory Pool Memory Pool Refreshing

6,244 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,703 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,902 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (26,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,897 880,897 0000000000000000000156384b3b4699cc18311c8842a2f83451cfcbaf9f3c66 1.61 MB 3,346 2
880,896 880,896 0000000000000000000145053007b28d193d392a87220ed805e98c2fa1f1828c 1.61 MB 4,008 6
880,895 880,895 000000000000000000001a228720282044c10cdd0e601ec151f4d8db955a3358 1.80 MB 3,455 3
880,894 880,894 00000000000000000001fd9149e0fbb69e53a2371c8651be4684a549bf584abd 1.68 MB 4,004 5
880,893 880,893 00000000000000000001f5a417dd24529cde73521e6619773b515e6ffc4b70de 1.71 MB 1,978 2
880,892 880,892 000000000000000000005d77bcf2c08626d8557ec736cf8dc0559111e8422ae0 1.93 MB 919 1
880,891 880,891 000000000000000000010ed5bae2682472ef1f086293e77d80e44d06983a7fe2 2.04 MB 1,029 1
880,890 880,890 00000000000000000000cc75e279101e9bdc25b8dad49d8e500a9b2be50887ea 2.11 MB 867 1
880,889 880,889 000000000000000000021f994e2704704df33d916376ee15a4b005d2ee79628b 2.13 MB 341 1
880,888 880,888 000000000000000000023554eedc202fc7537c894066330563da262d67f8979b 2.16 MB 219 1
880,887 880,887 000000000000000000027a3b70a3531ce11520e6bd13e7f4ef4f84278c75e9cb 1.79 MB 3,266 2
880,886 880,886 000000000000000000015716448f6d4bdaeea27a7deef881d8369279fdf7411b 1.68 MB 3,236 4
880,885 880,885 000000000000000000015d5313446f0c0ce1c736b5c1c413d79808b2e4eea2a3 2.13 MB 448 1
880,884 880,884 00000000000000000001e01fb713e56a2761cdf34ae819b3005b19137fbf5964 1.81 MB 3,505 2
880,883 880,883 00000000000000000001247415abe7d46d88b52122913225bf961032fd0a5047 2.02 MB 3,818 2
880,882 880,882 00000000000000000000a8fdbb7936751bd93c0dac7e6aa5083617dff011aa55 1.66 MB 4,077 5
880,881 880,881 00000000000000000001d7e2e07ab3ae0eedba776cc3d32682dd8d0366e26c1e 1.72 MB 3,967 4
880,880 880,880 00000000000000000001604acff028f76c1858147e2a14b06b0453805d87519a 1.71 MB 4,044 4
880,879 880,879 00000000000000000001363fbd5c7b5f2a681279afbba5429c7e231f5d003092 1.49 MB 2,049 2
880,878 880,878 0000000000000000000074587b7aa01fdd1a27e4867b497564b6e17a634f4fc5 1.58 MB 3,387 3
880,877 880,877 000000000000000000002ae093a6cfcb77e0e0d42075bf80596c1e3893a8d856 1.78 MB 3,192 4
Previous 10 blocks ↓
Total Size: 768.99 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.56 GB sent, 92.76 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.