Memory Pool Memory Pool Refreshing

818 transactions
3.83 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
908,359 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 781 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,358 (903,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,753 4,753 000000005b44f14c9d8c2e3337fe41f2d75817da5ab5e82421e8274230691b09 0.00 MB 1 0
4,752 4,752 000000003c3b1159155620e2d100c6d6b73e3482f81401cfa8472f7d071edc69 0.00 MB 1 0
4,751 4,751 0000000018811d09202af6f163b2b91ccdf1a0489b436ca8574016ace633f870 0.00 MB 1 0
4,750 4,750 00000000841ed80660098edf2d37f2052073ba4b0e8fab706c6ff51995658bc2 0.00 MB 1 0
4,749 4,749 00000000e50a1938e72ec2938c39d7129a492a99ca05ff93c6561eaafd52944a 0.00 MB 1 0
4,748 4,748 000000002fc610f960358ed65403b1548c41ba471546338ac799dd9a8f386063 0.00 MB 1 0
4,747 4,747 00000000c92e5fd30b61569dc83e385e606e4629a695d012e60461a3f4d65a92 0.00 MB 1 0
4,746 4,746 00000000be7f92391f63dd4409fefd73e140ab5e4c4bdc59b5ff04b63526da66 0.00 MB 1 0
4,745 4,745 000000005ab451dfa33bb45121438ca7576104d3e20c41b8a8f2b67b1b2384b7 0.00 MB 1 0
4,744 4,744 0000000001b7d9a476e3351be6708422701c951ccbeb1b34b7cc3e856d2d1c13 0.00 MB 1 0
4,743 4,743 00000000e65ad45cd017632aa4e08d77a1ca12f3b6ac29b73d64bf641df77532 0.00 MB 1 0
4,742 4,742 000000008d7a34b286d702a4125f4b00b29c15af3f06d9a9b1e414bb8a8d3c55 0.00 MB 1 0
4,741 4,741 00000000d71eb8c1626357306f752c2c91910a0e47be5dd0bcfa9697524478b9 0.00 MB 1 0
4,740 4,740 00000000a19e7f69c56862ad4468445afa1ef12c9b64d4228efa5b5c4700cbb5 0.00 MB 1 0
4,739 4,739 000000004a3d1f5b51e09ec1bd91931eb8e170fd1f17269ee7fcb60a2f262721 0.00 MB 1 0
4,738 4,738 000000009e1dfa3f64dcd7f3b1e3230ce3b2668f8ecf0e814a6cd9b88dbe9ec0 0.00 MB 1 0
4,737 4,737 000000004558d5539db6a40d847b0ca128b4313c2f9091646d8b1aff5f88c6e4 0.00 MB 1 0
4,736 4,736 000000001f0a442020ce1a319e364eedab60585b5eb6a8bea141d6560cf1cbdf 0.00 MB 1 0
4,735 4,735 000000009f3eb5525658a59469516d54b74bdb2b6bb6d8e0167c5e614c498186 0.00 MB 1 0
4,734 4,734 000000003c1246491942826bed95189c65c364aecc1ae7d525ec7658b331a328 0.00 MB 1 0
4,733 4,733 0000000058e1b08b9d04f9a6ab3cb2dfd7c91c65f380f649375e908a623b2298 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.34 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,702.97 GB sent, 98.90 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.