Memory Pool Memory Pool Refreshing

1,003 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 993 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (310,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
597,312 597,312 0000000000000000000e901f3ec7e2157dbe452414f7bfb66d0c1bd720cef875 1.15 MB 2,122 29
597,311 597,311 000000000000000000108867e3655a70358431a72189552521d0cb2349c8a43e 1.24 MB 2,428 30
597,310 597,310 0000000000000000000d4958b0b3ae1b2bd26238920708a310fef30350b8c0f5 1.20 MB 2,385 11
597,309 597,309 000000000000000000051a7552aa0aa92ba55537a7ffdaf3e68c1f15669556e0 1.25 MB 2,699 32
597,308 597,308 0000000000000000000683f3a7457d25aa5e9f44d3bdca19ac198aabaa3eb79e 1.08 MB 2,584 17
597,307 597,307 0000000000000000000d53c456de6507dc269955f99b5195d85e6055a7f76da4 1.37 MB 3,613 50
597,306 597,306 0000000000000000000d2d35be06d869c5f9385e0c200385698386c6e0188ec8 1.33 MB 2,534 49
597,305 597,305 0000000000000000000265c007a4b075297024709a8911f74dfc452ac1a0bc51 1.36 MB 2,899 70
597,304 597,304 00000000000000000009b6d07f8ed3ac969bcca21b25c0fae9531aac2c515c43 1.23 MB 2,671 29
597,303 597,303 0000000000000000000d33a06e13a10a67599f04c7edea8f9f59128762e086fe 1.23 MB 2,457 24
597,302 597,302 0000000000000000000349c570d929b8c99a9337d48e8befb533cfa2c05022d9 1.36 MB 3,112 62
597,301 597,301 00000000000000000006a88f98038fe48ee89ed414af30346c525a9aded91e24 1.25 MB 2,617 17
597,300 597,300 000000000000000000122bf604258fc9230d7bc0a5bcaea3779ca29ddbfe583b 1.19 MB 2,793 26
597,299 597,299 000000000000000000149a33dcbf1515b360c332e26a4dabf0ba9aefe589de8a 1.41 MB 3,033 57
597,298 597,298 00000000000000000001233d251deb86428cc9c6db690cf8f45c155b2637cb5a 1.29 MB 2,898 43
597,297 597,297 0000000000000000000bd69d631a606b62de3912311f865ca076d9ad6cc3bbab 1.28 MB 3,013 35
597,296 597,296 0000000000000000000f2bf2358900369791ed1773ec4364f531452b22636d1b 1.23 MB 3,002 34
597,295 597,295 00000000000000000008201f1647cf435e25cc781728d48bc2830acd53ade15e 1.26 MB 3,468 47
597,294 597,294 000000000000000000065b0ee11a902f7cb73782adade1010b465dc5b0a1e3e0 1.45 MB 2,197 36
597,293 597,293 0000000000000000000d458b78d8d551c8263be35e97fcde6a5e0d1ccd028472 1.30 MB 2,868 61
597,292 597,292 00000000000000000011c247ae656be4421b88b19087f1dd3828381e16978248 1.27 MB 1,575 29
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.