Memory Pool Memory Pool Refreshing

3,677 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,851 (392,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
515,659 515,659 000000000000000000204fbe56849053fdfc8fba755a7640e26c06c6b159ea87 1.04 MB 1,949 34
515,658 515,658 000000000000000000051218c56723cb74c8cdb37d17f3fdba5c385cb106893f 0.44 MB 704 38
515,657 515,657 00000000000000000038e818a0b0713dea4031b6e0a08619c765462ba2a10be5 1.10 MB 1,635 13
515,656 515,656 00000000000000000024e0b18afc35259a927796910da2d28a03db4fb1fbfe50 0.23 MB 338 5
515,655 515,655 00000000000000000027ebc75de2f39e11f0eb19e039350a6b6a317e93346a50 1.15 MB 2,776 21
515,654 515,654 0000000000000000004f1ae83be66a3c5dac3de090e7fc4df7498fb8b0ae0391 1.09 MB 2,391 59
515,653 515,653 0000000000000000002e56b9e42299a6b4993417f4f3c854f3d43f494028da46 0.02 MB 61 16
515,652 515,652 0000000000000000004077dfda5b5d325c1b01555d5270d0a5f6ffce649d6cd9 0.09 MB 166 33
515,651 515,651 0000000000000000004cd1e4dd8de90cd6934206dd3e10653dd6a7be19b74d28 0.08 MB 178 43
515,650 515,650 000000000000000000431418756b2d6b49a29d2a4b104050256a9d25bfa3c7da 0.53 MB 620 14
515,649 515,649 00000000000000000017d16942693e3648031848da47ad065236f1e6be80af7e 1.14 MB 2,294 35
515,648 515,648 00000000000000000050b6e3f57796c52f008509a60336f4d3d3d097dc168665 0.34 MB 479 27
515,647 515,647 0000000000000000004137f89c0d440e93e3b4e78eca721dbf7c94f9bd7b1750 0.95 MB 1,173 27
515,646 515,646 0000000000000000002a848098a088bbe77356f8dc4009156c890e95cb4f3d1f 0.05 MB 90 20
515,645 515,645 0000000000000000000fb02f6b624bbcdd75cb9be9b573fcb368d284f0e0b393 0.00 MB 17 24
515,644 515,644 0000000000000000002e5fc4f987f354bce12b0cea48220943a8d484ac42042e 0.74 MB 224 3
515,643 515,643 0000000000000000003ee0119404f06be19710daa07a950e54f9b30ed955c87b 1.13 MB 1,873 30
515,642 515,642 000000000000000000294046bcd955650fa6cc2390b4982a73b28667c1fe3c54 1.17 MB 2,652 23
515,641 515,641 000000000000000000017687e4b07cffdf9ced98182c67084e982b172328e2a7 0.39 MB 605 64
515,640 515,640 000000000000000000134b571fb24b504346c7bf46c28e95cd3517f8ad180208 0.22 MB 330 16
515,639 515,639 000000000000000000267840a93f93a08c851506e546fd62cbaa17789be8a7d8 0.04 MB 65 24
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.23 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.