Memory Pool Memory Pool Refreshing

2,655 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,036 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (175,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
732,050 732,050 00000000000000000004bba9ec4c64d5e039367fe5690b6d4e712dc00581052f 1.37 MB 1,939 7
732,049 732,049 00000000000000000005cdc3ad0732111fedf26f4c6079b7c047802c6d2aec42 1.36 MB 2,644 6
732,048 732,048 00000000000000000002398303f4e150538a57ba5c7e45f25a0935cef3c523b4 1.70 MB 2,594 3
732,047 732,047 000000000000000000044d3a2a6ff57f674582dba8a2b2f862094f565796c52b 1.23 MB 1,411 3
732,046 732,046 00000000000000000007c46d821d150570daf784ccddeee4883a6217941433d9 1.49 MB 2,543 9
732,045 732,045 00000000000000000006cdedefee1a09184e0a863067fa7315bd26bb5423c6d6 1.41 MB 2,788 9
732,044 732,044 00000000000000000002e4445d8f15e6ac4792c5acee61a483188e090cf980b1 1.47 MB 2,197 8
732,043 732,043 00000000000000000006549ced4a729a2aa463e9e4eb876ad124ae9790366a0c 1.47 MB 3,262 8
732,042 732,042 0000000000000000000186e4498e57e2df29653318289c6c86eea9c40a2f10b5 1.50 MB 3,157 9
732,041 732,041 000000000000000000056975e57e1ae86666e6ceaa108bd02b5d1d2679724af2 1.49 MB 2,763 14
732,040 732,040 00000000000000000003240f2d453dc9b9dac1c7cc613b4c8d24b2d9a39dd9b0 1.48 MB 2,891 13
732,039 732,039 00000000000000000004378979080df304b16b113eb0b4c383a2ad10e4805d6a 0.10 MB 282 8
732,038 732,038 0000000000000000000316bda51ef80ae835cd56ed65a7dc054874c923904d35 0.29 MB 670 7
732,037 732,037 0000000000000000000223c560430e839fde182ef7b2cca104e7de13cbb8f3e8 1.42 MB 2,856 9
732,036 732,036 00000000000000000005a94651c0dc3bacaaab44c7807b50c10922e8ba1d3581 0.16 MB 267 7
732,035 732,035 00000000000000000004d07a9fa2f7552691f887c981ada82993b2fd8675a76c 0.22 MB 562 8
732,034 732,034 000000000000000000053377cbcb5e9112d5214738ab23f74ec629aff5d97429 1.16 MB 1,042 3
732,033 732,033 00000000000000000004df78340fbdda5c14956fce8f8ee4f31d87b9813c66c4 1.29 MB 1,474 4
732,032 732,032 000000000000000000041ba1c158c2d32a15e1f0c98157549767f993f946ef54 1.40 MB 2,573 4
732,031 732,031 0000000000000000000998a6300e77a54111a86a432f7d150ba0eba93c7b8412 1.51 MB 2,965 16
732,030 732,030 00000000000000000008ea029ed1da7a7332a647b21a8813a35f69abe43919ad 1.53 MB 2,980 7
Previous 10 blocks ↓
Total Size: 769.30 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,642.68 GB sent, 94.44 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.