Memory Pool Memory Pool Refreshing

3,363 transactions
1.24 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,309 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (11,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,519 896,519 000000000000000000022bfe8305b073cbe8667fcfb0e639951e4095c2944ec5 1.40 MB 1,611 3
896,518 896,518 00000000000000000002038f158ad6d98a8ec7a42af65d5fc58f6cbd145f84c5 1.62 MB 3,422 5
896,517 896,517 00000000000000000002176b738700010d078e46519780d7876845c5a19baf9a 1.52 MB 2,243 2
896,516 896,516 0000000000000000000139cc38741a52cb95d7903e8ec3a162d18d23c750f95c 1.63 MB 3,162 7
896,515 896,515 0000000000000000000104d66d79ed27464c773b91a95f44abb414d6a7f3cfc8 2.38 MB 2,410 2
896,514 896,514 00000000000000000001bdb1c23e494ae4e426c91f1130e064256a2b50833975 2.56 MB 2,063 2
896,513 896,513 000000000000000000000c13834e600961e5dcb8459174bd8449d460facca240 3.39 MB 969 1
896,512 896,512 000000000000000000016d4db4d435f25cd829afaec02159e9514cc922630825 3.78 MB 233 1
896,511 896,511 00000000000000000000b8310ad5830656d6ce4095cb4234ee327bd528768a29 2.47 MB 2,304 3
896,510 896,510 00000000000000000001b46c53551b48ffdec1cd795e9fc350b435a94450a20a 1.23 MB 2,510 2
896,509 896,509 000000000000000000006f145efe9fbb546b8fe74d041f6fef3b273ff3cad817 1.10 MB 1,630 2
896,508 896,508 0000000000000000000012a630f0bb63cd7c7f7d3eda146b8d4462ab0b84e0b3 1.82 MB 1,195 1
896,507 896,507 00000000000000000001b586ccb0fb38de6cc73d8021cbd0612dc47bf3ab601e 1.86 MB 591 2
896,506 896,506 0000000000000000000051f59dd148ecb73123e8f8c4cbb34cadb095a8aaa905 1.74 MB 1,937 3
896,505 896,505 0000000000000000000164c1f038d74b210515b1f8d5cf3b89d8b2b2aae3efca 1.85 MB 888 2
896,504 896,504 0000000000000000000053e7420124ba9b121689de0030982f92df5e1314f039 1.79 MB 1,665 3
896,503 896,503 0000000000000000000068912ef75ae1ee78f2088de0a2160f50f00fedbd9ead 1.64 MB 1,636 3
896,502 896,502 000000000000000000004c6cde36bc3eee4a06fac35249c180a305edaa385f16 1.58 MB 3,720 9
896,501 896,501 000000000000000000006b557c967e67b8f09d9b947c004d67e46c27d4e04fbf 0.59 MB 668 4
896,500 896,500 0000000000000000000139d67469997993762ed59746374755dc2731f477bbbf 0.13 MB 302 5
896,499 896,499 00000000000000000000e1935407f26068dcb725da1562a7dd3a2c49817465ce 0.02 MB 50 3
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.