Memory Pool Memory Pool Refreshing

492 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,893 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 469 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,892 (166,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
741,064 741,064 0000000000000000000232510921a83d38e6c88118236ea32058bea1dc53486f 1.60 MB 3,321 16
741,063 741,063 00000000000000000004dff47df6267b3f8b09e7ff830f073e6f9b335a80a7cc 1.45 MB 2,750 31
741,062 741,062 00000000000000000008df13d1964f2b241584040772003e1b0d88cfa9c9b403 1.58 MB 3,384 16
741,061 741,061 0000000000000000000809e2aa3077a832a1876899fac14a42266e696631e3d2 1.53 MB 2,999 31
741,060 741,060 000000000000000000090ec17025794e6ea87e68984b89600044703956703e06 1.43 MB 2,826 26
741,059 741,059 000000000000000000030047974e2ba7b239eae0b5d9414386f6ed33a5e6317a 1.02 MB 218 13
741,058 741,058 00000000000000000005779595a75cc206fe2af3cceb254a3d3210d7e00a716b 1.47 MB 2,470 17
741,057 741,057 0000000000000000000085167f4c19556dbc20eac59807e1f6f25b260f62816e 1.49 MB 2,951 20
741,056 741,056 00000000000000000005ba22a8c5e8a10bf6900c2bb8d211bd7d0f0f7f27b527 1.53 MB 2,104 23
741,055 741,055 000000000000000000076206e36e8005197b9752976cc12c03900026d0b09f3b 1.66 MB 2,217 31
741,054 741,054 00000000000000000003b909885f769d3f03e3129a5c2f978c6690fb7f43f5d5 1.20 MB 1,695 35
741,053 741,053 00000000000000000003a1466ab7a5d3cbcf12f4eb5421ab87b2a4f726f44251 1.54 MB 2,259 58
741,052 741,052 000000000000000000062fbe89a18348c3919e1ae925d32214dfe444b1f944ec 1.48 MB 3,143 29
741,051 741,051 00000000000000000009457331785d456c29e67cef6b11d8725e23dd7894178e 1.64 MB 3,019 23
741,050 741,050 00000000000000000003f5433e594e5b5b24b98b67d4f1e685496fdad946ab05 1.35 MB 2,775 33
741,049 741,049 00000000000000000006f87f5decb14e6c0f4b514622b2c0b92fcb1c2ddaaf2b 1.40 MB 1,412 16
741,048 741,048 00000000000000000007ac30a3891a0b99bb84cfe4d1b77bcfbbe09bbb37380e 1.48 MB 2,526 22
741,047 741,047 000000000000000000025c42633d3519189d3e00ff582caf43d80d33fdd54678 1.69 MB 2,688 31
741,046 741,046 00000000000000000003e56f9dd736992f117d9b89559eca72ccff777eb1132b 1.51 MB 2,375 30
741,045 741,045 0000000000000000000199f3bbce1cabf792a0da7057e2297afe3ba9072f0278 1.42 MB 2,766 35
741,044 741,044 00000000000000000004b8ef619cc51fb6208620cae677a38304f8cc93d93545 1.51 MB 2,854 34
Previous 10 blocks ↓
Total Size: 769.34 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.36 GB sent, 94.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.