Memory Pool Memory Pool Refreshing

5,377 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,685 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (14,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,909 892,909 00000000000000000001c0c944e2197cb340afd09de4057b204ab9ad1d52430c 1.73 MB 3,333 4
892,908 892,908 0000000000000000000248762ffa663731e488b9082e25ffa7bb27a9d20223ed 1.59 MB 3,478 6
892,907 892,907 00000000000000000001ba4bc933edeaac72b4803b73bc0d6c53e2b567c05362 2.07 MB 2,559 2
892,906 892,906 00000000000000000001e4892cf358cc1cf76bab971f3f2c9476ec2a5c925486 1.55 MB 3,032 4
892,905 892,905 00000000000000000000e9634c2ad623429536a3275e54a2b8f43b2d9ea4d9f9 2.06 MB 2,939 3
892,904 892,904 00000000000000000000e2ea0aa926ffaf903005df024352f3d7f91a01e7f5d8 1.68 MB 3,747 5
892,903 892,903 00000000000000000001ef9d8d24794b31cf120810d7ddc695e7af43dfaaf472 1.65 MB 4,189 2
892,902 892,902 000000000000000000011c4a3bc7adb981f54dda81bc60846ec6c8557052b4f4 1.67 MB 3,553 3
892,901 892,901 000000000000000000016d8cb80ca5e51167d7b73b8900142389e389cb706bff 1.57 MB 3,690 4
892,900 892,900 00000000000000000001543e109900af6c4338557bff42299d0e633fc00ebc28 1.42 MB 2,174 1
892,899 892,899 00000000000000000001a6dc8a6deac273be2be34b923dee1a5c84f9234f77fe 1.78 MB 3,993 1
892,898 892,898 00000000000000000001904c328ba400a59adc0013f41071436dd5affca5ce1c 1.76 MB 4,024 1
892,897 892,897 000000000000000000000bcf1352b2842831d3b30d95aa320f9da7386c967c35 1.71 MB 4,035 2
892,896 892,896 00000000000000000000737856693c76600493f4bd3ee634e29645384b77a6e6 1.65 MB 4,123 3
892,895 892,895 000000000000000000003497453099020e638faac188d4004278d4dd9559e35c 1.59 MB 3,820 2
892,894 892,894 00000000000000000000f6242fa9da66e912b09bd134e8290be55300fd6b2215 1.58 MB 3,631 4
892,893 892,893 0000000000000000000119bc36ea80fcc8fb33b36d3e3bb2f1681e60be378ae1 2.09 MB 4,722 1
892,892 892,892 00000000000000000000e1d8f6d390d7207ee5548936c494bc2a022dfba1fa7d 1.52 MB 2,037 1
892,891 892,891 00000000000000000001238bff7aa89aaed5bc8b9953562983c9d1a673598134 1.54 MB 3,389 1
892,890 892,890 00000000000000000000e5e9b1e681d036c6e2bf74e390e16dd3e41bccddf12b 1.69 MB 4,781 1
892,889 892,889 0000000000000000000195f1557582635c20360643132b8cd4c5ce1270d52f54 1.94 MB 3,700 2
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, 113 incoming
  • Data Transfer: 1,632.87 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.