Memory Pool Memory Pool Refreshing

1,356 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,883 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,335 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,882 (278,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
629,788 629,788 000000000000000000048e807540c64b92a25efaa3f18b9810014db243b30154 1.24 MB 2,587 53
629,787 629,787 00000000000000000006b5607e1f75d2e710a7397a8f7a6f52fe799f710974ca 1.07 MB 616 17
629,786 629,786 00000000000000000007c0cb28fc72412479b990468e0dac8de5494ebf87f3da 1.20 MB 2,486 26
629,785 629,785 0000000000000000000d4af0dddea997f5936c28d5707bd6b3d5a94be260fc2f 1.20 MB 1,760 54
629,784 629,784 00000000000000000006783b1866d7c807a89a2fe2c9b1f57dd51307a9e8a568 1.07 MB 1,128 66
629,783 629,783 00000000000000000008f33985ad3e167c93449c74ff9b1b334ad2a26c687e9b 1.05 MB 1,216 68
629,782 629,782 0000000000000000000a511f66877a808af13ead1450f2009807472a79d25a7b 1.04 MB 1,372 87
629,781 629,781 00000000000000000002a5dc546eb0095b68f1e7afa8d99a14c848c726013b16 1.20 MB 1,239 21
629,780 629,780 0000000000000000000bdf687e8402824bd010a6b325695b04e190153fb45665 1.04 MB 432 7
629,779 629,779 0000000000000000000211c5209e4d846ae1397d16a66306a930781bd9a069d6 1.16 MB 1,877 26
629,778 629,778 000000000000000000060a264c1e53041692e05a075bb2d680076aaceb119414 1.27 MB 2,614 49
629,777 629,777 00000000000000000001409e3f1992fa6736aeeab329ac98d9cda61186dfda88 1.11 MB 1,251 10
629,776 629,776 0000000000000000000989d9e8f7a713d4624e6f66bf937d8043f4239e6e8eb0 1.21 MB 2,901 36
629,775 629,775 0000000000000000000fcd877980d6074ad5b40defa75ef10a251dcbc50dbda1 1.17 MB 2,427 9
629,774 629,774 0000000000000000000a6f671285eab3a6080c8fc7b8260772fe59dcf01040d2 1.31 MB 2,873 73
629,773 629,773 00000000000000000009f4c0e09d5432ad7ddf52d19c090f16ea536ff45a6386 1.21 MB 2,229 39
629,772 629,772 0000000000000000000d0e431e907dafec10eaf82f67bf293643340f4698f9f9 1.34 MB 2,954 54
629,771 629,771 000000000000000000020fd68fd79ba380bb447173e27859fb0b4788899a2f3b 1.36 MB 3,040 84
629,770 629,770 00000000000000000010b6bc5a7a95279163107622b991ad4ae4f6abdf2086a3 1.39 MB 2,643 83
629,769 629,769 000000000000000000116a257782b0c49d79fe66e44a5d676702685c995a0fcd 1.14 MB 1,505 24
629,768 629,768 000000000000000000032f3b5686fed611b5f74fd4b1acadbe9ea0975abf1b4c 1.10 MB 1,001 14
Previous 10 blocks ↓
Total Size: 769.32 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,643.09 GB sent, 94.56 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.