Memory Pool Memory Pool Refreshing

2,752 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 2,737 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (63,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,536 844,536 0000000000000000000101e1c426d7465eeafcfcd6c4753c1d729d1509d0c681 1.71 MB 4,172 9
844,535 844,535 0000000000000000000234ad3c6be9d4504fafa07d2aeeb024e8d98d85a32db4 1.62 MB 2,328 14
844,534 844,534 00000000000000000002a0b7adf007b570a895dd6d354dbb6507176a84398a59 1.70 MB 2,150 13
844,533 844,533 0000000000000000000176ac0b323d3bc08a91acf725dd0f501985226948840d 1.75 MB 2,167 12
844,532 844,532 00000000000000000002f57ddc2948e1d7b4923a9251a7c96fca907c1e8ca8c9 1.59 MB 4,514 11
844,531 844,531 000000000000000000005581840a37dd2fb631fd89a77dec98aa80225c380f14 1.56 MB 6,444 9
844,530 844,530 00000000000000000000a2eace9e7d85dd414d5204d621f08918d10062685619 1.55 MB 4,209 10
844,529 844,529 00000000000000000000720f8188b2f749227aaa11dd5da61b9d56f2fecc05c7 1.55 MB 3,196 11
844,528 844,528 00000000000000000000fa6e74a688041b6ed040e4e71d7164efa661e62e4824 1.77 MB 3,597 9
844,527 844,527 000000000000000000026ce47792ba02c1302fc0ac58f2b208bb9961dc2dce6f 1.65 MB 2,463 15
844,526 844,526 000000000000000000026891b7f861a2292efe718b5eb25a7de9f652efc86f07 1.73 MB 2,454 12
844,525 844,525 00000000000000000003308bf5330783ff0ed390bf36c542fa78d2361f9cdb11 1.61 MB 2,640 11
844,524 844,524 00000000000000000001d27867aee19a1db3ea54bb2b652356562746888fb6b0 1.54 MB 2,154 13
844,523 844,523 00000000000000000002a9dbbfcae3439ed18771f283cc25db94d0a27bdb971d 1.65 MB 2,546 16
844,522 844,522 0000000000000000000185c994122aeb5c857d0d7b29e80f8761ee8405747d40 1.62 MB 3,102 18
844,521 844,521 000000000000000000008e4a836a261f35ddd069535589de814e1c04bcd81c31 1.63 MB 2,667 15
844,520 844,520 0000000000000000000162885372fd868e4df25f01e43a5f2e39dff6e1b3d088 1.63 MB 2,936 16
844,519 844,519 00000000000000000002a97bf68f5d6b451318c8790c86bf888cf4bed16a0fbd 1.47 MB 3,338 28
844,518 844,518 000000000000000000002c4c4a6d2859363fe7cdec61cc4cc1cf9b98b5bf783f 1.54 MB 3,043 18
844,517 844,517 0000000000000000000329c4d882e18d06e1509ae915e821f654b527255f8fd8 1.89 MB 3,864 13
844,516 844,516 0000000000000000000067c89604bb070b036aecdf408973dc944c14405ede6e 1.87 MB 5,645 18
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.34 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.