Memory Pool Memory Pool Refreshing

8,419 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,219 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (816,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,779 91,779 000000000009ddad199281e34e7586fceac6c6f2b8b24ac180333d03f3f3adfa 0.00 MB 1 0
91,778 91,778 00000000000cc261f7fcceb36e82494e14a34af73cc318f633a38f353fea283a 0.00 MB 2 0
91,777 91,777 000000000003d7a86a78cf54d8b6e3a1ed40edb5b944aa3bf5433ecb65bfb9cd 0.00 MB 1 0
91,776 91,776 0000000000076569f50b9d8954257d21900b6de7f6eedd44d949329859241639 0.00 MB 1 0
91,775 91,775 000000000002b5c4c067d9aff252e70a00261de1e7a4aad5d5cfaccdfd40733c 0.00 MB 1 0
91,774 91,774 000000000003236a735514231b0ff163d6cad35cdd96b8303242b090139cc7ba 0.00 MB 1 0
91,773 91,773 00000000000a95306ddbe5c0b6ac752890401aa0f7c26fec4c75375bd7577297 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,844.90 GB sent, 100.59 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.