Memory Pool Memory Pool Refreshing

6,857 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,440 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (668,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
238,785 238,785 000000000000002b589bc08c2708adb3541ea37fb0739dec231a9c655d95a119 0.25 MB 548 207
238,784 238,784 000000000000015c67acdeffe6b26ce8a9f47778116728e30c75c17e12ef5de5 0.15 MB 128 37
238,783 238,783 00000000000000697f8837e0ceb3141e676f9b428b797001d99f9c53449e691c 0.00 MB 10 113
238,782 238,782 000000000000008b5713b7d7c5907f7eeb37b5cbb40c75b9b6b1c9e8f90a3387 0.11 MB 230 193
238,781 238,781 0000000000000092763712f6706b5d25e79122e507f856705b10657a91e3604f 0.03 MB 58 172
238,780 238,780 00000000000000e1d56a5289490b1297aad4f2bb238b173b364e2ec82fb59134 0.02 MB 35 36
238,779 238,779 00000000000000ca437fb0867acc25cb72981398f17f3020711a6f8de6486afa 0.20 MB 385 185
238,778 238,778 00000000000000eacc6ed8b60ba3bbdf6a7b79ff18db2f89fdff4f258dbdbc68 0.19 MB 240 108
238,777 238,777 000000000000010cd6eedea8a481c73d40511f6ad2ec758bc52ae3d46d0a944b 0.25 MB 781 271
238,776 238,776 000000000000002d28af39e5e648a58821a62dd347e10c859ffd020d27f3bee4 0.09 MB 139 106
238,775 238,775 000000000000008909d57dcf450d6912788d2029cb58ac1390741e0481bfc466 0.20 MB 322 115
238,774 238,774 000000000000000b8aafe4362e17c6e5c2c216ff4b512a85305846cc2047efd9 0.25 MB 658 236
238,773 238,773 0000000000000041f7e7c424c96bd41fc7361338dfb3bd70fb4db6f69f843770 0.28 MB 612 167
238,772 238,772 000000000000004e3dc4efcae3a6f23a3abbee15f80d9b6824eecc488cb1bd63 0.16 MB 267 125
238,771 238,771 00000000000000bb5a8ae9a316aacee829c777d81243681118e4964da4312a52 0.15 MB 378 200
238,770 238,770 000000000000005670c6a6ef6a71b1526f22341c5220f4c7ae0528f31c3a1bb4 0.09 MB 176 168
238,769 238,769 00000000000000b6c6c03a7738da824549637f9d93b9b3e652ad95c882d904b7 0.09 MB 173 146
238,768 238,768 0000000000000016e20bcda44c000a90bac5493ba7e016b21c217e3e454dbe7b 0.19 MB 405 176
238,767 238,767 00000000000000e3e8a1a88328a2f2c31d32182af6d14b229727604083dcd6d6 0.18 MB 360 150
238,766 238,766 000000000000011c440f04778ac3e237374b6404105d1cf081bec49561461002 0.04 MB 71 74
238,765 238,765 000000000000010fcb44b0cd447306fa0733540fa86c3ac6e30bc6abf6055492 0.21 MB 334 142
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.