Memory Pool Memory Pool Refreshing

2,342 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,884 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,326 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,883 (638,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,799 269,799 00000000000000049ab0e15fe7083c14cef93ead75c67e06a1f271f0e355641b 0.23 MB 477 52
269,798 269,798 0000000000000003ff711bc7cd8de6dc0970e6e5227cd44178d1d9cfd49249ae 0.11 MB 157 46
269,797 269,797 0000000000000004a34b213b1a7ffe8231dce8ffc804e9b94f199573710457f5 0.12 MB 244 120
269,796 269,796 000000000000000368eac087a4a07dd12c0ecabb02cf52ad1c40ed7b297cb044 0.46 MB 665 23
269,795 269,795 00000000000000032d91aca6e11255eb19b1cf29be5330d7b2fc23a1d967f0c4 0.20 MB 611 74
269,794 269,794 000000000000000746adc931b11cd02c88c4ace4737a88fd3a03c568a30da4cf 0.25 MB 747 124
269,793 269,793 000000000000000540685d30b8196d8c9a00feaf156364751d141b0589005687 0.13 MB 287 21
269,792 269,792 0000000000000007fe37e224047b2d28d2fc951a8c26df91b85da5a71449e320 0.16 MB 324 81
269,791 269,791 000000000000000533b00b2cd11b1280f033d3416291a5020d06957773f6dda7 0.15 MB 295 52
269,790 269,790 00000000000000037d8bf5df1300d2741b53e49fa1e7b3e779b08aab17e36eaf 0.19 MB 161 17
269,789 269,789 0000000000000003faff07130570b737a98f95b1dcb7acffe15ea58c56ef8853 0.09 MB 215 31
269,788 269,788 0000000000000000ffce94e27e27f15dbf14ae0c55a14f433a529f793494d9bb 0.20 MB 382 40
269,787 269,787 0000000000000006cb4e064fed82901fec2aa35720a68b6434e993f4e2e0dfe9 0.25 MB 337 20
269,786 269,786 00000000000000044d7c201099a17dcff9281b4c89f6acadff3dad03d9e38e0f 0.25 MB 729 79
269,785 269,785 0000000000000006d68e9a85964bd07ab17dbb9f7ccbd56f368c66bcd91f12a7 0.43 MB 664 37
269,784 269,784 0000000000000007dfe56cda0ab66d96a3bbcd991cd16b3bf10224bf8082c066 0.13 MB 126 65
269,783 269,783 0000000000000005f4c85f6eab6ff591096cd13df07a374dea1928a1b13aed00 0.24 MB 468 63
269,782 269,782 0000000000000005fbc1840bbd5bd71d4d6cd2930e20da9e697710f58bd4f69d 0.19 MB 289 27
269,781 269,781 0000000000000003821ea9200a5372f13b58166b451bf299435b0204c4ba8507 0.25 MB 628 45
269,780 269,780 000000000000000772f720b0a231150f22af20760c1463ef920f71ba3daab819 0.33 MB 366 32
269,779 269,779 000000000000000035a90906922fd842cb600a4004d0a5401841e80dac79d600 0.50 MB 1,369 84
Previous 10 blocks ↓
Total Size: 769.32 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,643.11 GB sent, 94.58 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.