Memory Pool Memory Pool Refreshing

2,949 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,734 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (5,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,824 901,824 00000000000000000001d7d52de898bc9fc741fc0fce63230c45e95e8a8b88f9 1.24 MB 1,029 2
901,823 901,823 000000000000000000020d129484a0ab4d8dc6c69bf17326e5fcd28fb18380a6 1.61 MB 2,194 3
901,822 901,822 00000000000000000001ad670427474209fb56a202272b676f677f5934baa90d 1.65 MB 3,631 4
901,821 901,821 00000000000000000001111b0e052239483bd8670e68c44ee3b8daf6c3ab9809 1.43 MB 3,183 6
901,820 901,820 00000000000000000001ea24dd9cc27b6513946635bcb1a3f70d59507b139d58 1.48 MB 3,394 4
901,819 901,819 000000000000000000001fb92ac333abbb0fe5f524ef6364e15d0562a536f53d 0.93 MB 1,516 1
901,818 901,818 00000000000000000001342760fd2b2b108b6e14c675f4aa861a15993dfebd59 1.69 MB 2,235 1
901,817 901,817 00000000000000000000b111a921a281e211cc84938555507276e45a0968d8b4 1.41 MB 2,994 4
901,816 901,816 00000000000000000000585277d6b469649fe323aa43d7309a1c73d6f91f2548 1.92 MB 3,597 1
901,815 901,815 00000000000000000001d98cfa3662a350f4bb9c64e318f661761efe2ec0efd9 1.52 MB 2,820 3
901,814 901,814 00000000000000000001838d6f1cbd97f1b360951a391c3578b2733571f3afce 1.54 MB 3,019 3
901,813 901,813 00000000000000000000f4cc48101320d5f9bd2ed01da37b4a1af32038a7c890 1.75 MB 2,536 2
901,812 901,812 000000000000000000003bec0b21eb05e7bef5b4f3b64f2ec1145330f19b32c1 1.12 MB 609 2
901,811 901,811 0000000000000000000037db8ed64c7584f5bcf71b6b9310ad0b530ef4401716 1.41 MB 2,645 4
901,810 901,810 00000000000000000001d6171fa4fc2e95d273bbc817b627c679f3c7c2931888 1.94 MB 1,300 2
901,809 901,809 0000000000000000000016caac556441442cb3a1d21d0adbdd844751bcf28b57 1.55 MB 3,986 6
901,808 901,808 00000000000000000000378722e22d1979212aa62f9ff5fc19f44030ebd46f99 1.68 MB 3,581 3
901,807 901,807 00000000000000000001ede28a0016fc4d981a9b55e28bd9af95ecdb843f599d 1.52 MB 4,047 7
901,806 901,806 000000000000000000015a103cd84565f0161b84ed2aa0633da1c05466e2acdd 0.80 MB 1,700 2
901,805 901,805 000000000000000000021e9b697dea3df069de7d86bb09f74faf473e2b6ed4ec 1.53 MB 4,404 1
901,804 901,804 000000000000000000008900f63dbcb24a1e354cfcdac38bf5dde962cf04dcb1 1.53 MB 3,749 2
Previous 10 blocks ↓
Total Size: 769.05 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,627.44 GB sent, 93.12 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.