Memory Pool Memory Pool Refreshing

857 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
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 855 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (213,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
694,609 694,609 00000000000000000004336823d46c241fe0c1e5bca11c2729eb2092db629c55 1.43 MB 3,208 4
694,608 694,608 00000000000000000004e6162552f5c09b7d2caea1dfd8d8a62fc060baa6e2aa 1.43 MB 1,726 26
694,607 694,607 000000000000000000051c83e30b6237c15eeea0c37a4624af91ccf84c1b9da7 1.52 MB 2,391 17
694,606 694,606 000000000000000000000cf851444cacba533c268a44112baabdf2a6d0519dc6 1.39 MB 2,211 12
694,605 694,605 0000000000000000000910b2afd17527c0bc505e02a361569af0979d74e9f190 1.32 MB 2,025 9
694,604 694,604 0000000000000000000c9f0faaa635ab1c01ca62962a250b1a111be72f2744c9 1.36 MB 2,031 6
694,603 694,603 0000000000000000001357b901269e515bfff80d3cba2fa473dde211016f5799 1.45 MB 2,706 19
694,602 694,602 0000000000000000000239531a281b73247d8ecfa33fa88020153741c33a4042 0.23 MB 457 11
694,601 694,601 00000000000000000011c6fa03b18e918fe6e2d69a8ab522713c7ae0cd84fbee 1.04 MB 1,683 18
694,600 694,600 0000000000000000000dbd0dcef6da84d2d96ddfac43cc01598f2c9a1fbe3afc 0.26 MB 612 15
694,599 694,599 00000000000000000010c01202b9e56ac082eceee5840223b13b06415948777f 1.01 MB 1,779 11
694,598 694,598 00000000000000000010d4cea1caa7544e9b2ba3f98ad60727c982fba9381fe7 0.82 MB 1,595 11
694,597 694,597 0000000000000000000cfd76aaad6c6cc5c4cc4b31e36f1ff6f09fc7e7bf8ae2 0.79 MB 1,323 10
694,596 694,596 00000000000000000007bbbb920bff83c1f0053288d75183e17a4a740ca8b10d 0.63 MB 1,069 10
694,595 694,595 0000000000000000000f8bf1e0217d7dfcd44f1eb18c5f55a2c4cf846ba4aacf 1.21 MB 917 3
694,594 694,594 0000000000000000000707508703591bef03a5eb599cb9ea39e3dc4e7a7d6303 1.39 MB 1,658 7
694,593 694,593 0000000000000000000fb0b04ad00cd541a450786019bfd67efd31d65fd5af55 1.46 MB 2,320 13
694,592 694,592 00000000000000000009212f85beae53d7ca0ec864c458dbb64f3c545da0b745 0.00 MB 1 0
694,591 694,591 0000000000000000000cf539d3e042b6e135111ae2d3103e59fc61463483d6bc 1.41 MB 2,130 25
694,590 694,590 00000000000000000011fae0cdbc9e738fabfab55400f40375d40981f9bfa224 0.05 MB 79 16
694,589 694,589 000000000000000000001463d957786ff4c3a1558101ac8e56e990b9d3c18898 0.03 MB 80 12
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.