Memory Pool Memory Pool Refreshing

3,928 transactions
1.26 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,026 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,454 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (764,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,975 143,975 00000000000003b1c0d5ae8aea0f8ac9117998cf426fb336a0dde87226cfe752 0.00 MB 4 80
143,974 143,974 000000000000059c1d7496cf576a0c40565ae0a9ec34068542c7fd9c79c1380e 0.04 MB 87 118
143,973 143,973 00000000000004646f47a284ecd866e221f30830552c0c3a3bbf9df0d4bb12b6 0.02 MB 47 180
143,972 143,972 0000000000000569a1751849b179ce3860d1ab17ec80c7d76d42d6aefe5d5bc2 0.05 MB 149 70
143,971 143,971 00000000000001b29eaf2d8b9f52a10a8f2f1a7c6cfc045bbbd2a0a1327dca66 0.01 MB 20 65
143,970 143,970 00000000000007f8340d897acac5c93d8ec5e47a5fd257f4f01e643e5b4b7a5d 0.03 MB 60 199
143,969 143,969 000000000000014775a9cbc87ef9ba857fb5fff5e50745f38832d66019951a3f 0.03 MB 73 269
143,968 143,968 00000000000000edc01da8c4bdfd2d752bc6061d49dc62da4e3acff67eb9abd4 0.06 MB 138 156
143,967 143,967 00000000000004e61b83b9913307a4061231f88dd04df079ec3133ca6b7a99cc 0.03 MB 18 367
143,966 143,966 000000000000052c7e9f424120e4f62a20f4376215591ad3100e1dd19b95a0b0 0.01 MB 12 5
143,965 143,965 00000000000000676fe710ef844bf48c91cee84435be9f9cddb9a9409c689e76 0.03 MB 99 227
143,964 143,964 0000000000000403ca179784b9f32941f584597ea6c94fd0b71ba3aa31894624 0.05 MB 104 160
143,963 143,963 000000000000046f6d4dbc60edccccec24d9f8b7a71c3c7abb72e08f31cb113c 0.00 MB 7 189
143,962 143,962 00000000000008775b8f96f96d1deb6a8a819dc8de441bd66a17f947d9ffb449 0.01 MB 14 42
143,961 143,961 0000000000000260437c1c477020fdfb24fe54239215e49ee340799af02bbdc4 0.02 MB 39 293
143,960 143,960 00000000000000496b8d92b332df993efaa9a9ee538ea860b79e65e6449a84ad 0.00 MB 8 945
143,959 143,959 000000000000093a8a2845e0894c90942288928c7404c232f02ff2d3a014294f 0.00 MB 6 34
143,958 143,958 0000000000000738ccdc8ce173d9b1d11ab2eba1852511c68184732ed48f71c9 0.02 MB 71 2
143,957 143,957 00000000000003cc3ebf399fff8e28ebb27838313aff0d55188dbeb362aeaeef 0.03 MB 75 107
143,956 143,956 00000000000001da73b6c791af5d3d6190cd2637e38129f919bd0d784e0756e3 0.01 MB 30 187
143,955 143,955 000000000000012617911a4c0d77c69671a2f9dced18eaf2e604831a4c9ca0b7 0.00 MB 12 177
Previous 10 blocks ↓
Total Size: 769.59 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,651.21 GB sent, 95.87 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.