Memory Pool Memory Pool Refreshing

9,893 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,157 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (775,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,845 132,845 00000000000010de53c19d4d1318b4b195457b1ba89aa902c1b5bac444a134af 0.00 MB 6 38
132,844 132,844 0000000000000170b2e373c9a4e99ee308decb44fe9b67611c7fe439652b1159 0.05 MB 144 424
132,843 132,843 000000000000002ec4f9085b4b381d01940e9916e81379a53e5634a30ac014ec 0.03 MB 106 138
132,842 132,842 00000000000009def76f78e14c1e5150851915cc08ff7e90027f8d1350804be3 0.01 MB 15 647
132,841 132,841 0000000000000d3835d37caa6ac1dcb57557e3c5d60174fdad91f7e0afacf6af 0.03 MB 87 453
132,840 132,840 0000000000000cc1285bffc98ac32b5495347d957e2495d1937465c81e0791a4 0.00 MB 9 642
132,839 132,839 0000000000000ebed89f2e4617be276c1e26bbf88b9e58b37379d8a1f98ccc99 0.01 MB 43 299
132,838 132,838 000000000000114e0d3aa8010f01494c9949a36c4ca9e2fe12c49d3721428b2b 0.00 MB 7 1,040
132,837 132,837 00000000000010bce2a8996ed4199ea45304805c9e019db8979843d90cbfb945 0.03 MB 89 200
132,836 132,836 0000000000000c5af21a2f4563c891f69f80b46646dd37e48fb0cffb556342d8 0.03 MB 71 175
132,835 132,835 00000000000004929819ec6ecd7dac67f593269b7fc8c2b23eb2c596ffd530c5 0.01 MB 35 529
132,834 132,834 0000000000001295b1707e1baa4414a0e6ec36667403ebf08842ab0bdc4da122 0.02 MB 53 343
132,833 132,833 0000000000000407e5d33535b59438828ffdf206c20e2a657316dd3c9e6ddb82 0.01 MB 20 189
132,832 132,832 000000000000128a9d3f542b258e4d7afac7cf0261eae8145b77493b4fd55b9f 0.00 MB 13 350
132,831 132,831 00000000000002a2f319fffd6264334d2c98b5a037e3e58757c5fd9c863465fd 0.03 MB 96 284
132,830 132,830 00000000000009d3799cd931b1ab63de082fb8f20f625a69192cd5219082a006 0.01 MB 32 290
132,829 132,829 00000000000003358a11e0bcca73676b14b78f43b7a5aed3570a55e0e073bf8b 0.01 MB 18 130
132,828 132,828 0000000000000956e8e421c75e849af42d715a3b156400477c9b90b811d538a6 0.05 MB 142 240
132,827 132,827 000000000000015d7cc1a6e2098d9a3b35999d3d29547ff09955fef1f9451411 0.05 MB 147 189
132,826 132,826 0000000000001063ea4306bfcbf9cb4db4e792ac958054e62f59a9905bf2e511 0.03 MB 115 2,541
132,825 132,825 0000000000001197869fa4545b406938cf7fbca8b3ec64b14e8d234669ebcfc2 0.01 MB 13 824
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.