Memory Pool Memory Pool Refreshing

13,931 transactions
4.43 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,401 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (11,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,682 896,682 000000000000000000024690302a493935f46fc06df916f61dc56a32d5696503 1.57 MB 2,999 6
896,681 896,681 00000000000000000000878bf8070b8b41fcc81bbe3660bbfc905f523ae797db 1.61 MB 3,332 9
896,680 896,680 000000000000000000019f99ebe35fa76f944d9d52e265987b3a0dd47509138a 1.89 MB 1,991 1
896,679 896,679 000000000000000000007a1f4f8ff828dca30405fbc1f80dbad23f20d5f78776 1.73 MB 2,710 3
896,678 896,678 00000000000000000001d3c75892f724fdfe3d00c4fb46fbcfd7eed93eb888d0 1.53 MB 3,546 2
896,677 896,677 00000000000000000001fa0f79785968118c917271a0c8cdd113e0d26987ea3e 1.47 MB 1,830 3
896,676 896,676 00000000000000000001d5c85c21ca5f93e438ccd52be250fda6279fea090571 1.55 MB 2,814 7
896,675 896,675 00000000000000000000905f2a818ced7c4bdbe8e9eebaf1b96a6f97daf94d4d 1.17 MB 1,006 2
896,674 896,674 00000000000000000001c5cbe998a8594dd61b7401c7e64ec6ae570cffaea92d 1.56 MB 1,943 5
896,673 896,673 00000000000000000001997ecf22895363e818f821c26a6195f0f2e7f508cb57 1.76 MB 2,899 6
896,672 896,672 000000000000000000012741e5be1b03fbf97cd7e275819460c255fe2d4bf8ec 1.69 MB 3,382 11
896,671 896,671 000000000000000000019cb9c2560851fc620d5a749aaf4ffedc73c463b7cd35 1.21 MB 870 3
896,670 896,670 000000000000000000014a4a8c00db794f13145eaf15ae57695dce4f9ab86b5c 1.46 MB 2,033 5
896,669 896,669 00000000000000000001793746c584349f50f84bf425cfefaf21cfddfbc858d3 1.19 MB 735 3
896,668 896,668 00000000000000000000dbac7d7e7a38cca5f195fc4342016d65ad616af72569 1.63 MB 2,423 5
896,667 896,667 00000000000000000001fbe83cd2a2951852bafe0dfe9b5c3f3735a42b19e1f6 1.62 MB 1,166 2
896,666 896,666 000000000000000000020b13854a9e16c8b71a14d845acbe988c27dc8e8fe4b3 1.73 MB 3,260 6
896,665 896,665 00000000000000000001e87ea52b2e009048ae62c42fc1b83db4d2da754c41c0 1.75 MB 3,160 2
896,664 896,664 00000000000000000001cfe2d2bb0dd57076702adf4024ba04cbaf8b3ea2f61b 1.75 MB 3,578 6
896,663 896,663 00000000000000000001fed76e1208bb2633ab99326fba0866e07c6e45759aaf 1.74 MB 3,352 13
896,662 896,662 0000000000000000000046a19b638aea4b80a16818cfb647291ed3e46ab63b4f 1.69 MB 3,186 19
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.