Memory Pool Memory Pool Refreshing

1,439 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,488 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,436 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,487 (816,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,772 91,772 00000000000c5d3e02ba448eddcfb4b81ad6b7ef5fd77bdfbad65d0ca900ba60 0.00 MB 2 0
91,771 91,771 00000000000681db08e799fcd79efa2d22c9b8cd8cf2fb5efcda94828e044398 0.00 MB 1 0
91,770 91,770 000000000008920f672e23ec93b969cd3b9815412f4883a2db0da10048484769 0.00 MB 1 0
91,769 91,769 000000000001ae3b33e9be6b5a7a68f76bd6527648e5cb6e00620dee2bd017af 0.00 MB 2 0
91,768 91,768 00000000000c6e13bf4fde524e2a034e5e2f9eacecaecc9807a4c979a97f4fc7 0.00 MB 1 0
91,767 91,767 000000000001177a2f00b68b16cdff1b3bc424347d40b998c7d7ed43a2990683 0.00 MB 1 0
91,766 91,766 0000000000026f504a915e4ddb1c92a2919f353b1631d3acc69cf3ebc59c604c 0.00 MB 4 0
91,765 91,765 000000000002b3a5b61077a1692ee1b12b8311b5650f588f16fd38c511208d98 0.00 MB 2 0
91,764 91,764 00000000000d58397492a545c60bd289cbe1ad9df8ff9aa56dc0034f948a54ec 0.00 MB 1 0
91,763 91,763 00000000000e7199241976c32bd66648fae16ac211ca612f257fd1b7c6a424aa 0.00 MB 1 0
91,762 91,762 000000000001bf4a8d0433532985966be575f206cd6f5aac6de486b371084e5c 0.00 MB 3 0
91,761 91,761 00000000000e334e37dec335fc4ca703507f02f7692ca85e825c75448f90fd39 0.00 MB 1 0
91,760 91,760 00000000000c9a2f7a815947eed04a1d5333e69d1dcd476abd2715045369dfba 0.00 MB 2 0
91,759 91,759 00000000000458a6d5fb04e35fbffde3f93ba0be5b4ff357bb8fc5fb055bc9dd 0.00 MB 2 0
91,758 91,758 00000000000e5cfd1fa559137335bdff0e71374bf0155a082b84db9cc0282879 0.00 MB 2 0
91,757 91,757 00000000000bda04369cd2671f07904861b37c1a803743648609d4fd46be36fe 0.00 MB 1 0
91,756 91,756 00000000000bd47a4197daea024f456ec08fc548b96da7afebd3118833942877 0.00 MB 1 0
91,755 91,755 000000000007d74442b991775e60bce0f9d7a77f1e2e9a7253c48cc9c1215e2a 0.00 MB 1 0
91,754 91,754 0000000000099a4c1da6cde5c3492e9efaa058274465ad428643d042392348c9 0.00 MB 1 0
91,753 91,753 00000000000d8ad29fa8ba7bb93a8fad90659df96760e08be1fc4328dc2b5fbb 0.00 MB 1 0
91,752 91,752 00000000000420cc3aa0163df2d4b4d0201c35957c71725b454755f63cf445cd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.61 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,809.09 GB sent, 100.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.