Memory Pool Memory Pool Refreshing

7,151 transactions
4.02 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,572 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (763,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
143,946 143,946 00000000000003332e4088e99a7db1e5e0b75bf5b1b09a9efd799a5920b3785f 0.03 MB 48 159
143,945 143,945 0000000000000544bb9fb4f3822ca9fa40d260ce13f8c1c76f4f25bc5c28cc8e 0.01 MB 50 124
143,944 143,944 000000000000012c7408410d72f8dc6bf29856f73102e87f75ac319f75399ae3 0.03 MB 76 162
143,943 143,943 00000000000009668c9a6215dbf5ab58b808e1c740db51058dc0c90749d7544b 0.01 MB 22 93
143,942 143,942 00000000000002cdc4d752dedbe23dc4aa2969de78449c4ccb25bdf9c3041233 0.04 MB 96 93
143,941 143,941 000000000000091ed8f7ecbe913c26fb6d80f1fa2f25e0c2d920db19c1cef218 0.00 MB 11 41
143,940 143,940 000000000000038fb559a8d32f1367599ee5e39581dca134216ecc4c4e072371 0.02 MB 68 337
143,939 143,939 00000000000005aebc8384547b638e1f3907f8372bf3d722a85d618f1e932756 0.01 MB 22 56
143,938 143,938 000000000000015c8f2e0f9a0acc2cd4d335c5399e1eb4d96f0295531e1a80e0 0.02 MB 41 217
143,937 143,937 00000000000000f7dc2be255a300d1fc10b8b829e45ed775ed24a7047f6f0894 0.05 MB 150 235
143,936 143,936 000000000000028e9525d58ce8cad0cda12d0c7e606f81f42da732675b6e9254 0.02 MB 65 126
143,935 143,935 00000000000000d82aab64c62af0b31fed49f90361bc52791d1b951283344b62 0.05 MB 114 454
143,934 143,934 0000000000000621a17807611c60ca34fdb891c5752f41e3c06566659b6af317 0.03 MB 58 154
143,933 143,933 000000000000027dc046243aadb3656661f96d661e25aba695d5b1ca56a57eb4 0.00 MB 7 640
143,932 143,932 00000000000001c4fc6d771f68afacdc540c315773aeb309959feeb88c600d65 0.05 MB 85 112
143,931 143,931 0000000000000857fc9bc1b71f1a8e45cbdb1b4e12d29d4d26fa6d4c41e0de2f 0.01 MB 13 12
143,930 143,930 000000000000091314c53085754e961cb191cadf53484ffb2bca90a225195d63 0.00 MB 16 70
Previous 10 blocks ↓
Total Size: 769.03 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,625.98 GB sent, 93.05 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.