Memory Pool Memory Pool Refreshing

1,110 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,990 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,098 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,989 (600,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,378 307,378 000000000000000036586dbc13fdb0536fc5b68b33e729ac67df8d62bd01f707 0.59 MB 942 27
307,377 307,377 00000000000000000e4f2a9eef38be92d5fe843d55f12dd4f6df86aefbb779a5 0.25 MB 765 58
307,376 307,376 00000000000000001c8c35919a9b117cf8d219c6a229111ff3117d231e989f28 0.04 MB 65 27
307,375 307,375 00000000000000003279913b82de5797229bb576b043ba505a195e8ccbda9df7 0.09 MB 129 32
307,374 307,374 00000000000000000b7ce516579509d8169c117df473cc7065f366bac475fc18 0.11 MB 213 33
307,373 307,373 0000000000000000262262983b856113c31ad5885b8be562bccd84b54b7a8570 0.02 MB 46 28
307,372 307,372 00000000000000003f5a880b9dd9ff76f9650840112058dad01cd4db8e6fa310 0.07 MB 162 20
307,371 307,371 00000000000000000a287cf622440562585734ba99cf749d1358bd46d716fee6 0.74 MB 1,406 30
307,370 307,370 000000000000000029fd391dbeaeed4fd8eaf3a771b88ab04c4e9ca35dde3c76 0.00 MB 1 0
307,369 307,369 000000000000000003963c3f91015ad36b5e246b3d4252d886b8a3c442cae47c 0.44 MB 726 30
307,368 307,368 000000000000000022e90e3224516fda6d34b1fee8ef8b20f271e5013a636a0c 0.21 MB 248 18
307,367 307,367 000000000000000021b76044eecab31fd546c4c4607506b139c10da6e680fd6b 0.75 MB 1,567 35
307,366 307,366 00000000000000002ce88e1f48760897e162e4892601b1f78656b1f7c919bd1a 0.45 MB 474 21
307,365 307,365 00000000000000001cb6f03f1558f1ce450f60fa7c13a13c212c7272af18c2f1 0.25 MB 352 29
307,364 307,364 000000000000000046fdd3f8640a321a709b0402563f02053dc1996a0287d257 0.02 MB 38 20
307,363 307,363 00000000000000002ca33a456c48c7b17b70c907d61b45e65efb38092112d810 0.18 MB 415 30
307,362 307,362 000000000000000008eedc4309071694263cc54659d855e3f7c6260bcd55feee 0.26 MB 573 99
307,361 307,361 00000000000000004eabd5037b1af3ad2eaf1ab74c47521c9656a47a81246741 0.42 MB 731 27
307,360 307,360 00000000000000003968e4887201c3dc076a89a2f5df49cf56e6c109bbf0345e 0.01 MB 22 33
307,359 307,359 0000000000000000444dfbb5459d94421ea2046a73247c1ac510f51465b35c6a 0.03 MB 79 36
307,358 307,358 00000000000000004700efa92f130c61356388d4677cd3ac939f8140b70f2b55 0.10 MB 175 22
Previous 10 blocks ↓
Total Size: 769.53 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.96 GB sent, 95.57 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.