Memory Pool Memory Pool Refreshing

1,300 transactions
0.39 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
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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,272 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (70,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,834 836,834 00000000000000000002bea29c0f07c7a0a4a8fed979f6cdf4a0d6916a6e6571 1.57 MB 3,079 26
836,833 836,833 0000000000000000000247ec0d2176be6d3e152cc0d83d81821e0140278f8464 1.47 MB 3,402 41
836,832 836,832 00000000000000000001817a1ce3ffb522cc21c4eebb834f616821b6f81707d9 1.51 MB 3,248 25
836,831 836,831 0000000000000000000040ba6523488cdb326beceb9b5eee22cdf667ee618a47 1.68 MB 2,811 16
836,830 836,830 00000000000000000002b8a8dcfcf7d858cf59e850397cf7a42cedfee15cce01 1.54 MB 3,243 28
836,829 836,829 00000000000000000000717ee45995c1793f85db65e5ef1f4560baba39a562b8 1.87 MB 3,781 13
836,828 836,828 0000000000000000000097d0ff23dfe80413db691e77d79f236ee83628a185d2 1.53 MB 3,157 26
836,827 836,827 00000000000000000002f970c71fa7c3afa360fc888308bde92493b9c698b4d4 1.75 MB 3,029 17
836,826 836,826 00000000000000000002cbc1695045f720944caa6935a2a7c51126e498d27229 2.06 MB 2,219 12
836,825 836,825 00000000000000000001797a202824ab4fc91d5719a85423dc0216fbdcd72509 1.60 MB 2,209 11
836,824 836,824 0000000000000000000096ab2653f2d4c1f2f4012c613ff192d6a52f0850461d 1.59 MB 1,799 11
836,823 836,823 000000000000000000008917e3b67261ffda1a793530798b8ce6fb5bb9f61e8e 1.90 MB 3,740 13
836,822 836,822 0000000000000000000120a4907a364ed0441122ba7e361d2c7f20dac7c8c228 1.72 MB 3,811 17
836,821 836,821 00000000000000000002580282cb2ece0e0f78aefeb6309434d34ef3ad6fec27 1.92 MB 3,194 16
836,820 836,820 00000000000000000000b140d240c8bc8aecbc4bd6bea7fb6b40898b0db84610 1.62 MB 2,905 20
836,819 836,819 000000000000000000002a37ac72d6c980bb0f757f688cc7f29a35ec26ed8f7c 1.63 MB 2,798 13
836,818 836,818 00000000000000000000c2027ceb2a24fe36ce72488adef78f8b74c7a35651b5 1.57 MB 3,076 24
836,817 836,817 0000000000000000000013534b956b0f32b3f9e6b347ce3261ee0c28e4b6d045 1.65 MB 3,488 15
836,816 836,816 0000000000000000000178c587232d0e74dfd8b9df213882a32e4c888c741300 1.76 MB 2,444 22
836,815 836,815 000000000000000000010960ad86a98f7838901db6a5a2c8c2cabc1e180a0454 1.74 MB 2,755 18
836,814 836,814 00000000000000000002db22b201fc3a5719f6444e074cf3dfd8313ce841ad45 1.85 MB 3,053 21
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.