Memory Pool Memory Pool Refreshing

8,000 transactions
3.78 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,835 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (310,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
597,319 597,319 0000000000000000000ca77f1894b19d6fd236fb3ed3cb43d0bb2574cde59ae8 1.30 MB 2,521 32
597,318 597,318 0000000000000000000c1f84a78143078f4420da7a6b7fe0e4ed77c9bd68419c 1.31 MB 3,168 58
597,317 597,317 0000000000000000000535990d39e96feb09c619e310ed7d4cfc1567f1f10a28 1.27 MB 2,663 18
597,316 597,316 0000000000000000000d7c424185db497330142b9b2807d23829584ff4adc195 1.35 MB 3,476 54
597,315 597,315 000000000000000000157493e44e3fa72fea0fbbeee98178564f10884303cea9 1.38 MB 1,983 18
597,314 597,314 00000000000000000013f5789c550c194051ad48e5886b6276c2a64635c4f02d 1.09 MB 1,279 7
597,313 597,313 0000000000000000000f73f746d74e2860b3b1fa05cbb2104d3976c49fba0338 1.11 MB 2,016 19
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
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.27 GB sent, 93.77 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.