Memory Pool Memory Pool Refreshing

1,258 transactions
0.35 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
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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,242 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (434,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
473,834 473,834 0000000000000000015ea62aa7d5efc86340b908631a4cd872d6e6f48fa0a949 0.99 MB 368 34
473,833 473,833 000000000000000001514935e1db6f728ddb4b0b6dd656eec07f293571d3cc14 0.99 MB 1,028 123
473,832 473,832 000000000000000000abb935fcc898a4d7a130267af3b770dbfb8615837cc9b0 1.00 MB 608 74
473,831 473,831 0000000000000000015b294938391fdafede64fccc00b945d507bb0af89f9ea2 0.10 MB 196 171
473,830 473,830 0000000000000000009aafb4b7fb57a09f81c8733874c2ce6cb5538a44de08dd 1.00 MB 1,197 108
473,829 473,829 0000000000000000014e6592b052db089fbb9f8d2e66efa54baf9d79c26a34ad 0.99 MB 1,317 114
473,828 473,828 00000000000000000189773edc3fe12db90a5358aed365dea98456ba04310e03 1.00 MB 1,523 125
473,827 473,827 000000000000000000803e959b0a5d65eaa0f1ecb23135d4e3f3208dd7e3c4ef 0.45 MB 915 189
473,826 473,826 0000000000000000007d39d3b5922c07e0a8f49cfc405257dc5e508ff95fbd5f 0.37 MB 648 159
473,825 473,825 000000000000000000069d37e4c4b2540c2dadf66c419cf270fabf5d08614e4c 1.00 MB 1,936 217
473,824 473,824 000000000000000000d01ececf36f1c9b0818771392e165350cef05ba9415332 0.60 MB 1,102 134
473,823 473,823 000000000000000000ba7459f8f1ff752dd43afe847b01f1330b397d1ad1685f 0.08 MB 196 221
473,822 473,822 0000000000000000001867e6b14333b9e7d5dfd424302ac4d45454725687854a 0.04 MB 92 191
473,821 473,821 000000000000000000e6c0504dfd3b3f6f7d9b8e09275dd03add6042a1abd752 1.00 MB 435 44
473,820 473,820 0000000000000000010ca40c8ab9a9a6584eff787513495eb984ec5d01e8b107 1.00 MB 628 73
473,819 473,819 000000000000000000ce70b61ac5c2e7fec06cd236844a00e6a7c51d5fed13f8 1.00 MB 817 55
473,818 473,818 0000000000000000015e3ccd62d331a5e383e6d2a99e002c171b450de92a0c5d 0.54 MB 1,140 178
473,817 473,817 00000000000000000093cf301bed595f9c5ab6193a2e0aa358e8769d13fa2084 1.00 MB 1,413 130
473,816 473,816 000000000000000000a373ac2b78bf231000ff3a54bbdbda512a5ff3c993a495 1.00 MB 1,122 106
473,815 473,815 000000000000000000db5d0adbdbee0aedc33c803877e61d04c6d524e7f15f9d 1.00 MB 1,157 98
473,814 473,814 000000000000000000a1f860db2ff950812aade4ec1374eefffbdf3acfd5c45e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.27 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.35 GB sent, 94.26 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.