Memory Pool Memory Pool Refreshing

5,348 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (669,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,014 238,014 000000000000010c08641be90497bd92f75021e32eefe93b04c112dac7f91999 0.02 MB 37 99
238,013 238,013 000000000000013d303c9bbf17bdedc3351e8a000c436bde95feb91bbce7ba98 0.51 MB 256 19
238,012 238,012 0000000000000083f009d01af144c4998a3c126de5b931766d016c2220a0f840 0.10 MB 269 12
238,011 238,011 0000000000000041b51ae17192f27c2f9e1f8aca3d44625945ff9c3c600d4013 0.03 MB 42 73
238,010 238,010 00000000000000608dad3cccc8e5b4926ee9760585710c35ace4a5f3d9771428 0.15 MB 232 108
238,009 238,009 000000000000015b495f028673234a4d011c82a2f83d92d6f1fca5338f363739 0.00 MB 1 0
238,008 238,008 0000000000000054c6d02c42de37c4b63ffa68b9c0761c55d43c263de0007b7f 0.15 MB 35 29
238,007 238,007 000000000000014e0818a5fab26ab80e992bfba2d7c1121adf28a26d973388a5 0.06 MB 114 102
238,006 238,006 00000000000000a97717d051b8cad86e61178fc3ee220e49b23b4c4c2a98c24d 0.07 MB 122 176
238,005 238,005 00000000000001278a78f00a6423726bfdda8ea465b0c10af307bbce74ba6e84 0.01 MB 24 320
238,004 238,004 0000000000000142793d2052d5f98a8859b088e04964c1bcae2f7c06653a8130 0.05 MB 75 60
238,003 238,003 00000000000000d0387466c78624ad8e7b0d94295c0e31d143b53dcf88a4b8ff 0.21 MB 407 160
238,002 238,002 000000000000005e445d54dff316cd37e83d501c6dbce8a9604befaaf94e5f78 0.03 MB 31 21
238,001 238,001 0000000000000089c8544766168f329b696c69b273419fc305722475f738be85 0.15 MB 314 149
238,000 238,000 000000000000010014007d4b51ab60063684665401e448c6b0b1971a7398a442 0.03 MB 37 93
237,999 237,999 00000000000000a9b75b77194f45271d3d6cffa4bb12c2ef418d1b7e44ab161d 0.02 MB 59 186
237,998 237,998 000000000000006b4237ed23c3003ae3bd46adb71c9b5bddae61163b565d8ac4 0.05 MB 125 141
237,997 237,997 0000000000000104365e7eeff9675f24a5ddb0d76ad62d1126733cd2b13993f0 0.04 MB 53 58
237,996 237,996 00000000000000986711aff28836ea3e64e65eeee8137bef34a912899f9bace1 0.10 MB 160 111
237,995 237,995 000000000000013fe277a2773805129271e1d69ec250b540d700aa6ce53fc783 0.00 MB 11 76
237,994 237,994 0000000000000033c05cdf846b3d3210581d292d1135c46a89dd7e09abba578a 0.06 MB 115 98
Previous 10 blocks ↓
Total Size: 769.24 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,634.96 GB sent, 94.11 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.