Memory Pool Memory Pool Refreshing

2,604 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,383 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.84 vMB 2,599 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,382 (826,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,104 82,104 0000000000215170b1be21757d677e85394e5ec6a09666f329a9306e8b0476e3 0.00 MB 1 0
82,103 82,103 00000000003a63bc968ff98007ee1741fcf05b31cdf03bff69870cd34b9f4155 0.00 MB 5 0
82,102 82,102 000000000021ac664b4494ba3e8e90e44a960d2e6dac6fc4ee85a20359ec6ed7 0.00 MB 1 0
82,101 82,101 00000000003a63835ef815d22f1ad6b3ba5199fef2a22bd30452b772e3e5be7b 0.00 MB 2 0
82,100 82,100 00000000002f68df4b5e2a0d5de97843a46b5261793fae2245a55b117da5a840 0.00 MB 1 0
82,099 82,099 000000000006cde83f9fd225c7211a96d236b02c44a5ba3bc004ab93ce3255e5 0.00 MB 1 0
82,098 82,098 0000000000412e5b20817a7bb470dd3e3a5bb008ee976d907f918f59cc2a57d4 0.00 MB 1 0
82,097 82,097 000000000033f5849f4702f300abdd2d4ed7827d089a9a038ab4ffa08c9b9912 0.00 MB 1 0
82,096 82,096 0000000000263128a8ea01c9af84299855b9df35841501d490098409e81c59c3 0.00 MB 1 0
82,095 82,095 0000000000455b6e271e096fadb27097e14184eb7f140b1f17884e60c5635b85 0.00 MB 1 0
82,094 82,094 00000000000186768679508fde11c65be78bc425a613206d42272258357fe22a 0.00 MB 1 0
82,093 82,093 0000000000139b4ade08f166a0db085a07a501603f382224c49e6ca13e183f2b 0.00 MB 1 0
82,092 82,092 00000000000018c974d62b0084b1e4e8d2ecc5b3c193946fccc01a545ead1413 0.00 MB 1 0
82,091 82,091 00000000004022f82346e71dafd3ba7954b05a568ed8fd3eb20e75b25caf3c0a 0.00 MB 1 0
82,090 82,090 00000000001fcf55c3cba16afb108020e90c77db9c70cfbf5d29ea62f834668e 0.00 MB 1 0
82,089 82,089 000000000032e2cf12010afe50ed2968d0bb8606d7122b2d586d209023223818 0.00 MB 3 0
82,088 82,088 000000000002047cfb3903862d130617f9eb98354859fc0a52c2466d58a2a9a3 0.00 MB 4 0
82,087 82,087 00000000000a05859c4546d19a1c6b92535b5fb0d1212709d14b935e3ef32e9d 0.00 MB 1 0
82,086 82,086 000000000019a926b5b3e432a053c42e3a36a038fc2dc6e1d67c9be952d5b9f6 0.00 MB 2 0
82,085 82,085 000000000021a84bb7d67761d3cbd153fd4d9e5b6821df16a23b197ef6f94d9a 0.00 MB 1 0
82,084 82,084 000000000018901ae5a0e051d387383707be0f51d45e4a90794139714616c99f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.40 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,703.65 GB sent, 99.13 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.