Memory Pool Memory Pool Refreshing

460 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,986 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 455 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,985 (693,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,464 214,464 00000000000000a58ac1111cce8fe1bca1e542335924b3d7d553505ad1ffa387 0.03 MB 46 134
214,463 214,463 0000000000000473296a30293878b322684a23e1ab5ba0aa992b0b499ad4f181 0.04 MB 117 185
214,462 214,462 00000000000004e759d44f495ed97e8b81d1a8248d0c1e5b446742e60e57a304 0.06 MB 111 148
214,461 214,461 00000000000003171a26635d835e3746df780085f40adaa3ce217c883b86b23c 0.00 MB 6 221
214,460 214,460 00000000000003c2eaf64b1a14362d62a0afc21bdbe2ecdad2d7d24faebb9d02 0.01 MB 31 138
214,459 214,459 00000000000002f1427f5e9ec51eb9509ea4c64b59ef1d7f84d8dbdd982b5b63 0.06 MB 169 188
214,458 214,458 00000000000002a0a61267fb167437e66d516597c5e02da7c6e766019ff8b221 0.01 MB 29 147
214,457 214,457 00000000000005692c745d162c1281ca05ea981a6ce48c0f644ac23a4fdad86b 0.05 MB 123 149
214,456 214,456 00000000000000921283500a0b2f0e01258e2927e11e5730b11488e108516ba0 0.22 MB 490 154
214,455 214,455 0000000000000128d08825ee2e6db9b5a9bc4da3cf2ab3c268e63b801645eec3 0.09 MB 230 175
214,454 214,454 000000000000024626f56f4a791faee6bc17a7f2110106c56c16d51791c1b0cd 0.12 MB 257 174
214,453 214,453 0000000000000423a488a645096dc0f0c900195d0b3fd4cdef7068ac33f3bd6e 0.13 MB 294 168
214,452 214,452 00000000000000b0d4fd68c051a9adea89170466afb3f48633e6b20fa61d0f1b 0.18 MB 351 167
214,451 214,451 00000000000000461b5bcb1fe8b88a480f411d65114c795fbfd644805f5b3a04 0.00 MB 1 0
214,450 214,450 0000000000000299e99968af68423887b9be34fc50eea6c49f6dd010fdf35201 0.02 MB 23 104
214,449 214,449 0000000000000345c68cdb7348076e5a25b47991f83d81941a8d10c3ab8ae538 0.04 MB 113 162
214,448 214,448 00000000000001e0548821ae97ea88da80494c7ff16864a2f2fe8503f63cc2e7 0.22 MB 326 132
214,447 214,447 00000000000001590a92c1a873c172596f45f352177a9127f7073c8b47d491a5 0.25 MB 605 190
214,446 214,446 000000000000006cdd792fc12e5c5cfb87618010bac15c1b0bac9105237d01ab 0.00 MB 8 0
214,445 214,445 00000000000004fc92e6a2cbfbef59c74326e08dd21521c5b8f68bce275056d4 0.14 MB 333 211
214,444 214,444 00000000000001337c64c73e1ea897f564dc11d0410eb66e70518545c9b17406 0.02 MB 71 173
Previous 10 blocks ↓
Total Size: 769.52 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,647.51 GB sent, 95.53 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.