Memory Pool Memory Pool Refreshing

12,240 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,033 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (15,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,733 891,733 0000000000000000000061a951dede226d0320d0bc712332d61baaa940863ff0 1.55 MB 2,718 4
891,732 891,732 00000000000000000001975dd3472c8d57d577b20087e65e6e470e75f27b5a9f 0.06 MB 161 5
891,731 891,731 00000000000000000000ac0e4661d5eff59bde5311c1909d8a96353ca9d95f4e 0.34 MB 658 4
891,730 891,730 00000000000000000001c37c972f2a0379fb971297a3801d272dc5194735ffab 0.11 MB 258 5
891,729 891,729 000000000000000000019e8f8e76ab2b1cc95f89a43e6ee5b38887cc92c43458 1.37 MB 1,955 3
891,728 891,728 00000000000000000000b36a0682ca881a3339928d90cbe8320ef7e55fe10c1f 0.11 MB 321 2
891,727 891,727 00000000000000000000ed77bfaaf3544bb696e357fe88717b2155ffb216c189 0.87 MB 1,986 2
891,726 891,726 00000000000000000000b5735e619e6c1fc0f3ef61824715ba5a79a0caafb61d 0.96 MB 2,009 2
891,725 891,725 000000000000000000020628dc39573c7b9ccaaae1b8677f37eb191a901c5016 1.73 MB 3,163 2
891,724 891,724 0000000000000000000241322cbb9f1ac0fea55004aaf7e23cbf4f1b30c7174f 1.76 MB 2,531 3
891,723 891,723 00000000000000000000131a5e09c73335ee14f409e023fce3c22c5bd019e8df 1.30 MB 1,570 2
891,722 891,722 0000000000000000000175fdec81b4dd872cf06c6ca7e57b344737e6e0324215 1.30 MB 1,744 4
891,721 891,721 0000000000000000000174b962ac30c7ae5a246e18155cb7bed7284150b21817 0.61 MB 834 2
891,720 891,720 00000000000000000000e870a71414c87c4fdc7c696aa10135043bc5bafab3bb 0.70 MB 1,365 4
891,719 891,719 000000000000000000014b96339a2eeae81a9ba3536eced58a3a6a9fbfefddcb 0.97 MB 1,963 4
891,718 891,718 00000000000000000000a860e757fb86ed8bbec8f900cb6671bfe15e06fb23d5 0.84 MB 1,175 1
891,717 891,717 00000000000000000001f6d5adedda8a4a447e84a5fe68f43206b135e34128a1 1.71 MB 2,566 4
891,716 891,716 000000000000000000020ccf7413929183d690cec90b3d8ce93fabde25ed3354 1.47 MB 1,662 1
891,715 891,715 0000000000000000000171a4ca86173d7052db5875a0b1931abe5c2fdeecb99b 1.66 MB 3,260 5
891,714 891,714 000000000000000000021ec4822a7c5696483dd49736c4b08501dcaf5a906702 0.27 MB 361 2
891,713 891,713 00000000000000000000f2aa596c9ba55c1609a8d00a1c301de77dc1666303e4 0.49 MB 807 2
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.