Memory Pool Memory Pool Refreshing

8,362 transactions
4.03 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,168 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (791,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,137 116,137 0000000000005fc5f6407172602381170dbcc500decce23699cf6dd44170acde 0.00 MB 2 0
116,136 116,136 000000000000428a304b6f71419c18f3412770bae3db5879e5983e3e0b8f0673 0.00 MB 7 0
116,135 116,135 000000000000bd335fc17d34e0e99926c438fff425cb64dab488602ae9c3ae90 0.00 MB 6 855
116,134 116,134 000000000000f146e0744b6881cd201049668f87cb72b1bce5a57f61d95bba50 0.00 MB 13 3,486
116,133 116,133 00000000000099474235e97a0c1ee8a48aba32b2464b5dcd52eb5a8b4168204e 0.01 MB 8 0
116,132 116,132 0000000000007ebdb7420bf1757933d9a97c7ff92e56e394a699bb87b3123da0 0.00 MB 2 2,695
116,131 116,131 0000000000002ff602fc8a0332b9e2c82c9b11cc24018a030ceceeb0c58d48a2 0.00 MB 3 0
116,130 116,130 000000000000d537bc09b0c00791469be822917f90b11c78048d64ecc07af114 0.00 MB 1 0
116,129 116,129 000000000000280a15cadca0f4920241aa90afbd8210d02f09c051c08a405fd9 0.02 MB 62 59
116,128 116,128 000000000000907861cf1177af9506b5612229a79b2f73bddc468c72dd725b37 0.00 MB 12 0
116,127 116,127 000000000000233f390823ac7efd5c95927853d712a26ad5c355041e267ed7a7 0.00 MB 11 0
116,126 116,126 0000000000007357e450aad11f8f506c1a099d435c0e491642bd79aee26c9bb5 0.01 MB 5 874
116,125 116,125 000000000000a35f5384bd4f79cfcfb97accfa92b209122a7dcb3a40b34a64d7 0.00 MB 12 0
116,124 116,124 0000000000007e38ff20c890c3f748232a52c4cd9537a5a2e7ee2aa2d159f0c8 0.00 MB 15 229
116,123 116,123 000000000000dcc0a3558b977c8d0e32ed4c8b0cdce9149c745b5c938a51e037 0.00 MB 12 0
116,122 116,122 000000000000b098893fb2c1879709f1201fc82a316fb8a14399a92f6bad245d 0.00 MB 10 1,338
116,121 116,121 000000000000a4f6c5b8114aec6122e003b6498f76119c244d51fe1f83c6e2ea 0.00 MB 13 0
116,120 116,120 000000000000e08707b8299b8526960800c0b1ed76ef28f64749f4ea1a71eb0c 0.00 MB 2 0
116,119 116,119 000000000000d623b58f9b3b619d805ef52c15d86606441614302cf16c3f61bd 0.00 MB 3 0
116,118 116,118 000000000000ce0252bfb4778921cec1d99d52db259a37af12548210efc5a35c 0.00 MB 3 0
116,117 116,117 000000000000c141e36b137f0bf22eb8f54388855b9bb24979a554e97bc68a2a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.46 GB sent, 93.03 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.