Memory Pool Memory Pool Refreshing

4,669 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,401 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (555,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,771 352,771 000000000000000015d8b35a982a2e2294537ba25984d3900525f1e7d31484d8 0.33 MB 597 27
352,770 352,770 00000000000000000b8471fb9d6a213fba640cc8a66ae5354801779e77efe99d 0.04 MB 101 39
352,769 352,769 000000000000000000aa7b9f470624789a80107412758f3b5504dc8b491343a0 0.07 MB 158 28
352,768 352,768 000000000000000008176f986b6b16de6e7b259433ef261c58f4961c222fd8e0 0.16 MB 360 27
352,767 352,767 000000000000000001b0c161e5cc35b67f128766c03951dd63c76966bb68b7d0 0.26 MB 391 23
352,766 352,766 00000000000000000a14de1240ec718f6f9f7accbf17a5913560dab7fea0667c 0.31 MB 441 21
352,765 352,765 00000000000000000600e914a28392b36dcf9c12b78b5660d05c15fda9bf2833 0.09 MB 256 42
352,764 352,764 00000000000000000f26af8bbf31727c9213aa336550b10fa27fcd359aca0280 0.41 MB 772 27
352,763 352,763 000000000000000006afa625f16dbc613f882be5d2d29dce68a22edfddeb3eb5 0.19 MB 274 20
352,762 352,762 000000000000000015e55ae1be4618c6702451ee53af77e0ed96464b9aead24a 0.11 MB 256 28
352,761 352,761 00000000000000000f35b624b4dc9456833bb7ea194169fe61d5ff24f4dae16e 0.38 MB 756 29
352,760 352,760 00000000000000001077b5023fb225b6453dfbea0c49175da32a8532f5c255c8 0.15 MB 467 31
352,759 352,759 0000000000000000095aaf47d3cd14cdb9383d58c55b5b78af864f2065bad88a 0.35 MB 809 30
352,758 352,758 00000000000000000ce3f385e56b4e44292e2fa9f619c5e1c49418ffa8bc3bbe 0.11 MB 252 27
352,757 352,757 00000000000000000cb01d9ae5ddcc21b7a7534f5d8eaafba7715d25517b245a 0.58 MB 1,073 26
352,756 352,756 000000000000000012a6172af8d095d7b561fb71b7307f6b9d6b9690dca0e5e6 0.25 MB 518 30
352,755 352,755 00000000000000001436cef11a618435374fcfb7f467ea8ca615804192cd2f87 0.11 MB 209 23
352,754 352,754 0000000000000000018269b79075f0c77448b944ac607222d7379d1835cf0ce4 0.17 MB 394 31
352,753 352,753 00000000000000000b7fc8367b5891efeda2c09055a831628877613c57b0ae69 0.15 MB 287 23
352,752 352,752 00000000000000000c5ce57ffee39974617ca8090c7db4e72bb99c985554e2fc 0.75 MB 1,364 25
352,751 352,751 00000000000000000ede7b2b422b6132f584debb9b4c8b222ff90751308d21b2 0.12 MB 223 24
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.