Memory Pool Memory Pool Refreshing

1,823 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,299 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,812 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,298 (808,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,993 99,993 00000000000306f827d8cc344b91a2a74074e3e1800e523ead74a20a915db27c 0.00 MB 4 881
99,992 99,992 00000000000080a16c0d52e3f37e7081055b3a52e7098c3ec6c2d591b53ddaac 0.00 MB 1 0
99,991 99,991 0000000000019438a2f947627c9927eba9c3bfac5684de3849828af7ce5bb881 0.00 MB 1 0
99,990 99,990 0000000000032c50cff4e4ba227c1148e0c613c0005d7efb198cc2924b79af71 0.00 MB 2 0
99,989 99,989 000000000003e533769852c7373b155e898bbb6322c326c9a9ce3121f4fd5fd6 0.00 MB 2 0
99,988 99,988 000000000002aca22c02f48392638cc466c406bbf126b96bc1f305fbc7704228 0.00 MB 2 0
99,987 99,987 0000000000032c6a18d38363671bc152d7c085fa2046c8887e2082415493d5e4 0.00 MB 1 0
99,986 99,986 0000000000031b7a06a872575f6a618f4ae1c7eb1332dbca157e6214715b28c5 0.00 MB 1 0
99,985 99,985 0000000000018908e5408459dff0c760b97e1e854fef58cd7bd0c867c4129ec4 0.00 MB 2 0
99,984 99,984 000000000000aca92a4ec48637797ff9b12db10e60fcdf416331f907fd2677a1 0.00 MB 2 0
99,983 99,983 000000000003e130f2e3e8aa86f1ab5068d496759a4368de2ae86c1c32f99bc9 0.00 MB 1 0
99,982 99,982 0000000000002db0feedc3f52d56746ad5446b8e7f912b753481dfcf7b192558 0.00 MB 2 0
99,981 99,981 0000000000000650533578e7302bcb692db0be11a796f817b7c95be6d73edbde 0.00 MB 1 0
99,980 99,980 000000000001c2564730f879a135027e7e6db97281d048b9aead0072dcef6395 0.00 MB 4 0
99,979 99,979 00000000000060388fcc6420495067252005e8922f66fbd2de8fd68dc5b11abc 0.00 MB 4 0
99,978 99,978 0000000000002f71782be141cf78ace61c067c366c1e0803635f261a6ed7eefc 0.00 MB 4 0
99,977 99,977 0000000000029e1eda16f281c3b66563b431e6c9f076f940c6aad44c54eb9824 0.00 MB 1 0
99,976 99,976 000000000004717975a82df2ff4784b7a7c22d41a5a70e4371856775b3959efe 0.00 MB 1 0
99,975 99,975 000000000002dacdd24bcbfd852fa160157cb291c9df433497be2bad7c910ae7 0.00 MB 4 0
99,974 99,974 00000000000348e2d530dfe92023ea7e41fcb385b68512d69e839724557672a0 0.00 MB 6 0
99,973 99,973 00000000000308a54000e7192d382faace637f7d6cb259b0e86e8f9f158da7c0 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 770.18 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,692.60 GB sent, 98.38 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.