Memory Pool Memory Pool Refreshing

3,563 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,476 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (788,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,042 119,042 00000000000053e955f8325bef31ea74113057a09a37c5b49eebc77cb914f1c1 0.00 MB 14 1,359
119,041 119,041 0000000000001f30f8e6e01b410f5b2001d6aee69401f5a97a28aceb33e99352 0.00 MB 14 923
119,040 119,040 0000000000003e5cb0ade8f5275a8fb961878dbcda844c723b97596d48cdc4b2 0.00 MB 11 654
119,039 119,039 0000000000009c5683bd527633756b9258ca103b10d985bee1472535520706d2 0.00 MB 9 864
119,038 119,038 0000000000000eab96d001ee645b5913f171fa193c6d9ca875c23fb28dd466fb 0.00 MB 13 1,015
119,037 119,037 000000000000927cce1ff1f4a7259c88698b280b7c7708385a74fd34b96008e2 0.00 MB 11 0
119,036 119,036 0000000000000ea477218a3ebbf7c9d754a9b78a3869a7a2712e170611f46c0c 0.01 MB 34 1,061
119,035 119,035 0000000000006afaaaed3148d2e90924bebe6c5231c4e49e483803a4e39d1df7 0.00 MB 13 1,068
119,034 119,034 0000000000004252a7604a9a75b979dd685e8b3fffd02f21bddfdf5435fec5d1 0.01 MB 21 1,537
119,033 119,033 000000000000493f8dd5de0c035c500e8e1370e94599b55e0b13ab8c45d2b14b 0.02 MB 18 330
119,032 119,032 0000000000008bc62daaaad8332681f09225e73ea2857c5ce4e306ef485ba2f6 0.00 MB 1 0
119,031 119,031 0000000000002575a0851f4a7b10328ad122915ee3347abc582c708ca9e5e38b 0.00 MB 10 1,128
119,030 119,030 0000000000000b84db3edfda1f0b78757f9289a9f8bea39704e563b91d3146d8 0.01 MB 14 906
119,029 119,029 0000000000002a4583d31aa58a6037e502b36a8a920576524d81e2ce89216b21 0.00 MB 14 864
119,028 119,028 00000000000000941a37ef3194e756eaade7d61c1c5fcb401fed3a655ce44fbc 0.01 MB 24 0
119,027 119,027 00000000000000f4bf28c19aa889df1598a62382d2a85f94be95b12cd3bb9bcb 0.01 MB 17 1,090
119,026 119,026 00000000000017d0f9a50fe8327580cf523d5403d250c415b9540a147e07d5e3 0.00 MB 11 348
119,025 119,025 000000000000a561808eedd24d3c020a9333474e67af43d4cc5579c6d6b2264a 0.01 MB 17 2,138
119,024 119,024 0000000000008509421a1da12c7a100b6a84805da8b69628fdaffb160b983616 0.00 MB 13 602
119,023 119,023 0000000000006e89474102d916384d1b13658c7755189ad0bc66165d3bc8d4e1 0.00 MB 7 0
119,022 119,022 0000000000004225d5316fa17bd9cd12c405a796c16bfe59327c6f65e748c5c7 0.01 MB 20 948
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.57 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.