Memory Pool Memory Pool Refreshing

19,727 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (717,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,116 190,116 00000000000002b4dc570c1634756cf94fec2e6d07a451b40f68b3479fe550ab 0.25 MB 609 170
190,115 190,115 00000000000004469e4e3356eda330c04e021c242e9a7aba9013187db64ecc76 0.05 MB 127 165
190,114 190,114 00000000000007f614d1125d5290e17c87945515ad10c181153449e3326e0f9c 0.01 MB 30 64
190,113 190,113 00000000000006524495cbcc4ce8e73853b2ca140cb3a56afc89d767e1f1e700 0.05 MB 121 30
190,112 190,112 000000000000057af2e3da0c2e97d41dd496ae0acb91b631eca8427b36a7646e 0.21 MB 512 214
190,111 190,111 000000000000020341ea98ea6e88f9298aa2b0f99e07814565bf0f0beb26ca38 0.05 MB 126 237
190,110 190,110 00000000000006dddbe969357934fcaabbf05f879a0742c5f052400f39326065 0.04 MB 81 122
190,109 190,109 000000000000019c65ca5bf0252212ac00763e16d6717e1659b7fbdec084f288 0.07 MB 178 192
190,108 190,108 0000000000000135d5c080bf281637f0ab50af5a64f7ac936b092d82d70b5680 0.04 MB 87 51
190,107 190,107 0000000000000506cbbf55f809af68704b009fb1ab9e3ee4dcd0d4f55a8a16c8 0.20 MB 471 135
190,106 190,106 00000000000005daf716ead14eafbea64dc95fcbab62be7101b5254edc6e7f72 0.00 MB 1 0
190,105 190,105 00000000000005d51925fef17c777cde809c8d7dedf2604a2ddaca226807b6b4 0.15 MB 363 193
190,104 190,104 000000000000058298a0a73fc742cce9c39720880572ec2df25d7c97e5ff06c7 0.20 MB 482 159
190,103 190,103 00000000000003d1a0586478707a3757510447e34c26b7a9521b9ca9bec18fa9 0.03 MB 91 1,568
190,102 190,102 0000000000000217742056c9b256dd927cdfe4fc26fd7fe755c75c520159a83f 0.03 MB 70 110
190,101 190,101 000000000000023188091b1693bdbee09b858c9b636d7f884b07186621007bcd 0.02 MB 59 115
190,100 190,100 000000000000082c6313cae4d9373845f0ab584c2458209d04ad130495c755ce 0.07 MB 134 96
190,099 190,099 0000000000000452e572759118832c0f528bc66948e8137789f87d984a1b2653 0.00 MB 9 86
190,098 190,098 0000000000000328be498affcc28bd48ff032ec8262cb40a6e7302d285a6e6c7 0.07 MB 146 111
190,097 190,097 000000000000068f12329b52b25afab190bff884607bc63cf2d90541d1752ffb 0.00 MB 1 0
190,096 190,096 00000000000006657b19c469ebd9cf49553da9510c481f9d2476b0abfd16d411 0.03 MB 118 37
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,624.53 GB sent, 93.00 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.