Memory Pool Memory Pool Refreshing

3,704 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,804 (480,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
426,963 426,963 000000000000000002aee116d9d480b7b5b32c7137ba2353a271b8a8d6b202bd 1.00 MB 2,084 52
426,962 426,962 0000000000000000010215c8de0cae12a9c85e0f24aaa2ccd2c3927e853e411c 1.00 MB 2,850 76
426,961 426,961 0000000000000000017031d30239ddcc3ec7bb4c3344e6e3980068399d1e6130 1.00 MB 1,238 24
426,960 426,960 0000000000000000048ce8c685e649cb5fb5a3f08e1a16e4ad8961a9813bafd1 1.00 MB 1,921 46
426,959 426,959 00000000000000000326f646521a8728cea93b5aea7f1273c2991a58d45be91c 1.00 MB 2,007 59
426,958 426,958 000000000000000002ab9aa1ae2454b645ad6c1e42d62e13b9ed956c83b50eeb 1.00 MB 2,233 58
426,957 426,957 000000000000000001b226e427b328d0d4f8fe08e4fee789d35a7ace01fb2ecc 1.00 MB 2,496 69
426,956 426,956 00000000000000000019c246354eb4cfafb918921e82010991e345c8651be368 1.00 MB 2,826 80
426,955 426,955 000000000000000003807f85f49cac7fa09513913bdf3c43c2a34d07bf335553 1.00 MB 2,523 59
426,954 426,954 000000000000000002c88b1a86b526ce76089596096c0e4af91393990322231d 1.00 MB 2,539 88
426,953 426,953 00000000000000000178e22177c92628a07c908c144fba659b91e580352c7b04 1.00 MB 2,665 81
426,952 426,952 00000000000000000229d4fc0158fa9cf6559fe58c3e3390e078f14632351fdc 1.00 MB 2,805 80
426,951 426,951 0000000000000000038be191e986ee03397601b2adb41895928291d1d388eb03 1.00 MB 2,538 59
426,950 426,950 000000000000000002e61d0aafe4a195e1f2e78a84f33b38065b289fd4098b3c 0.93 MB 2,223 57
426,949 426,949 00000000000000000068e800cacc8f825445d744d3d1c99b907ccde87282adaf 1.00 MB 2,338 99
426,948 426,948 0000000000000000047b7335f92a7b6a452797ccf438442e99c3972bafa958c4 1.00 MB 2,228 71
426,947 426,947 000000000000000001a5885505612fbaf91a70605328f512756c3400c0c835e8 1.00 MB 2,461 59
426,946 426,946 00000000000000000336767dd22b616518d7dec608b7768ed9ce4bf0dcc88091 1.00 MB 1,942 52
426,945 426,945 0000000000000000044318842273f9d3092fb92d53d69cd8a0c7ab8510d43431 1.00 MB 2,633 71
426,944 426,944 0000000000000000008bb910120722a714b26e247b9e0aba7168863bc1ce0df7 1.00 MB 1,487 36
426,943 426,943 000000000000000003542eb79b302a29488d3d90cbdf4148d4cada6d9affd602 1.00 MB 2,283 57
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.