Memory Pool Memory Pool Refreshing

3,212 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 3,207 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (553,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,825 353,825 0000000000000000035170c5912d52da5f190b9385b4adc50458cdd81785a427 0.75 MB 1,445 28
353,824 353,824 000000000000000011a2ddac306b27a2ce79c202cca8ded8673da0862b133353 0.32 MB 373 21
353,823 353,823 000000000000000007169b9c17344ebaa5d88549f21a06fe4fff32623cfa2341 0.75 MB 1,491 40
353,822 353,822 000000000000000004e74b9664da1f477214f29e345dcce7c511631aa9d6063f 0.55 MB 592 14
353,821 353,821 000000000000000015c87fbc2913a7eed87ab468db7708d442ffe0aa9088aac3 0.75 MB 1,259 25
353,820 353,820 00000000000000001702113527e165ca0faa5ff1343000eddc925c6c0a967699 0.34 MB 1,024 40
353,819 353,819 000000000000000003a5134e70a7e44a848271027a0d2bf8b636f8b03b3b3a25 0.34 MB 428 15
353,818 353,818 00000000000000000b3091b0f1557fb510aebd942c0be7c447d9638df6d2b7e0 0.75 MB 880 18
353,817 353,817 00000000000000000a5dafe10ad0aacba0ca712f405c7f1f7c89141e6cfa1d71 0.81 MB 312 11
353,816 353,816 00000000000000000d83b6ade061c1e780695b27a862218c7d695ca785158ac1 1.00 MB 543 14
353,815 353,815 00000000000000000efbe71599b30c486d2c31eea2c2ca23d2fd340a82f2495d 1.00 MB 2,663 35
353,814 353,814 000000000000000005c88a032778ffb3306c19f706b51fd18a0020dc252e0064 0.32 MB 661 29
353,813 353,813 000000000000000008e89722ed989fb5bae9664b79411637a72c105df44d3f6e 0.75 MB 1,174 23
353,812 353,812 00000000000000000298d6301de5b195f36900cd5adae8121509aa22f97aae9a 0.75 MB 1,238 24
353,811 353,811 00000000000000000fdc901fbcfc497c6a32f8b35ede448d52407648a71725c2 0.43 MB 694 19
353,810 353,810 00000000000000000a2a21b140aa6c867bfaedbf0b1eb2bf8a13246266896f6c 0.90 MB 1,897 33
353,809 353,809 0000000000000000124a742ecf0f110f7eb707a283285d5a330b36361fbfe284 0.16 MB 297 20
353,808 353,808 000000000000000013dff8b9266ff233f3d071243044f363f82b65ebbd5cbf0e 0.42 MB 934 31
353,807 353,807 000000000000000000ba5736898e8b9246265c67ef878b44bad7db10379233a0 0.19 MB 411 34
353,806 353,806 000000000000000002fb27ea44042fd0e7deee8e24fd63480699dc40245659cd 0.34 MB 709 28
353,805 353,805 00000000000000000ecf58bde4bf36134997442f3e4ac995d0d592a85a6cb9aa 0.31 MB 580 25
Previous 10 blocks ↓
Total Size: 769.16 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.69 GB sent, 93.66 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.