Memory Pool Memory Pool Refreshing

1,054 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,671 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,030 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,670 (900,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,827 7,827 00000000a2f327e635d538ea0e9105e929a4f29553a5ed30b0ea004bfb41f536 0.00 MB 1 0
7,826 7,826 00000000aaaebe6b6bc8887aaeeba7c2c154865bf959f0455d57fadfddb60faa 0.00 MB 1 0
7,825 7,825 0000000072f39782b9ae0982ee78f9965adfd9a5b0bd55a22d797bc01d5c4731 0.00 MB 1 0
7,824 7,824 00000000a04a6f1046fc1e5d6c64efa3588ce0b876307f7feb8a2ded024f8def 0.00 MB 1 0
7,823 7,823 00000000490bada37171a9c7e02118421760208dd34822d9abc7521b527d31cf 0.00 MB 1 0
7,822 7,822 00000000310d5e79478ba4c6277b389e0cecf11e2dada61b23b106a8084bddb5 0.00 MB 1 0
7,821 7,821 0000000070594ab7669a36f0e6471f744847fc3d4e52a544d8d72bfe0daa5862 0.00 MB 1 0
7,820 7,820 00000000c8a136677d7bd4f07e8385a1119c387c0899290cf35150272edc054e 0.00 MB 1 0
7,819 7,819 00000000b0e6c4137cb9871d6475750ebf022740b9d2aec4f773ab4994b2d04f 0.00 MB 1 0
7,818 7,818 00000000098e472a1401580c6c70b59a709dc64f248cff7c427e543f8c504f95 0.00 MB 1 0
7,817 7,817 000000007bdbb5218bae7d92b6501db8d01f13fa60f615b820596c4ff598da78 0.00 MB 1 0
7,816 7,816 00000000185e7b91e06f79023ad63b8429e97cd61857ec7d6c8d29f19bb68a71 0.00 MB 1 0
7,815 7,815 00000000e30ac67f7c952ea9fa8ed9e0384b6546e70498b738a5ce5978134af8 0.00 MB 1 0
7,814 7,814 000000008ab64905a9d1934644de027e699ce7b161e9c6f50a2d9999ed0b7044 0.00 MB 1 0
7,813 7,813 00000000cd97ce214aeea3b53324568a1a2d4a79ee47f26d91cb81f1b6eebd3e 0.00 MB 1 0
7,812 7,812 000000009a825cd7403892c0060d12a818112777424950d6ef3c26cebce1451d 0.00 MB 1 0
7,811 7,811 00000000c6530d407106dcfa594fb4dbfcb506562966c0b50d837f5925a9366f 0.00 MB 1 0
7,810 7,810 000000000b3b468ac8093dc30297d657265a30cc850fac073ca59a3920e4ca8d 0.00 MB 1 0
7,809 7,809 000000000f665c18488be2c827809300097b0e457df4319d7b3b1f8e1e2a43d7 0.00 MB 1 0
7,808 7,808 00000000546ca3b52352d22a6934dcefdcaa38a9015614bd8fc30d5d4116d8ed 0.00 MB 1 0
7,807 7,807 00000000bc374f968c7c3ce479b9c4fa7badd7031f080c2b28ea2974678d254f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.39 GB sent, 101.67 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.