Memory Pool Memory Pool Refreshing

5,795 transactions
3.15 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,954 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (110,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
797,270 797,270 000000000000000000024a4a000a892a5a60641413eade64c516ab7e4cf11bcd 1.61 MB 3,677 4
797,269 797,269 00000000000000000004803ad8c7db2813c16f68d828d2baee5ba3cac980b1ea 1.56 MB 2,637 7
797,268 797,268 0000000000000000000032e35fa858ddd9cda878289e55856181408e2d3976c5 1.67 MB 2,712 13
797,267 797,267 00000000000000000005140725688d879156a66085f01cfbb7dcb5b87a78ca67 1.51 MB 2,519 24
797,266 797,266 0000000000000000000403b968fba0edbf426ba0376139fa703dfb8f2190a2c7 1.89 MB 4,074 6
797,265 797,265 000000000000000000040c7c694ed251c950ce3e603a5fae6388a9649f05172b 1.84 MB 4,117 10
797,264 797,264 000000000000000000031239b521a8a6de431d84b7b1aa87f336f86884370175 1.68 MB 3,479 11
797,263 797,263 000000000000000000051f65796311489641efcac19d007248a502041e49f2aa 1.62 MB 4,015 12
797,262 797,262 00000000000000000004e3ee6fe1d1db319faa008b1ecf4b0a18f169b7efed6e 1.61 MB 4,291 15
797,261 797,261 00000000000000000002fe319b2a41daf438978d293fe88be03c19caccca9823 1.81 MB 2,283 7
797,260 797,260 000000000000000000002b74821f1242417f0bcabedd3af7b7d59ae4e5a2c2c7 1.67 MB 3,582 15
797,259 797,259 00000000000000000001ea878d91032912d28f245969ee85cc046a344d18634c 1.75 MB 1,878 9
797,258 797,258 000000000000000000014e253f4ae735adc5e8fc121285a77ce6939f32d39cca 1.91 MB 4,186 5
797,257 797,257 0000000000000000000182677a52bd36a1691a00b59f59f687f98315815b8a20 1.81 MB 4,442 4
797,256 797,256 0000000000000000000383a514abbaaa13c0374f34b7d6eef2eb873e3e1bb3ba 2.04 MB 6,101 5
797,255 797,255 0000000000000000000103b0b16b771b6585ae6315302ded8dd7299c2cd6d9b5 1.78 MB 4,291 7
797,254 797,254 0000000000000000000234e8db052ad4f3a572ea660ebc767273ed29f204f9ee 1.73 MB 3,429 11
797,253 797,253 000000000000000000054796ab68820659269681feff3caf6fac0ffad5eb2d97 1.72 MB 3,575 10
797,252 797,252 000000000000000000046880eb14bf6b7e208b7e8ba5ca6255e0fff7cada87f0 1.62 MB 3,369 5
797,251 797,251 0000000000000000000224640e5100193b4b091f0b9508872e77d0237f194700 1.78 MB 3,152 10
797,250 797,250 00000000000000000004376a7454d396eb87ed389dcc125d8052201a45ba4ca1 1.64 MB 2,653 14
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.