Memory Pool Memory Pool Refreshing

5,228 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,578 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (763,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
143,954 143,954 000000000000084fa2760622d0cf33c04a6783c9b61d65aea122d65e1e8e8f46 0.04 MB 92 131
143,953 143,953 00000000000001b5fd46d7f2dc6f9d023fe62551a43a0e4a700e37a4896c555e 0.01 MB 19 102
143,952 143,952 0000000000000363fb10aad8f70d1d680e4e09be1e8fafc02d0a78455337a745 0.04 MB 129 132
143,951 143,951 00000000000008c4e359903109f823e477ac88c008c12225806de2c84f502500 0.05 MB 64 170
143,950 143,950 00000000000002bc3ab04e8a83a1497dc219bf08c2c3b6571c9752aa174309a5 0.00 MB 16 83
143,949 143,949 0000000000000581357da7db47f24d119f8fe2520da8a0561d624572cd149f6d 0.01 MB 28 169
143,948 143,948 00000000000005712f342c791ce9694b88f85def6089b2562576848bc1505ac2 0.00 MB 9 16
143,947 143,947 00000000000002819bcb0b1c1e1bcfcbb3c0b8e31e0859e027daf806a1fa7cea 0.01 MB 25 70
Previous 10 blocks ↓
Total Size: 769.27 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.41 GB sent, 94.28 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.