Memory Pool Memory Pool Refreshing

799 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 788 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (600,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
307,357 307,357 000000000000000008a22df5c2cd9a06f34a961626dffe81a248051a3dd9835b 0.05 MB 128 38
307,356 307,356 00000000000000004851d168744430ba68875b5e1a2d1fd42159432915b561fd 0.06 MB 97 27
307,355 307,355 000000000000000021e116dc3afff84af08b8e038903d0d8a371187daeef1465 0.34 MB 544 23
307,354 307,354 00000000000000002bf89b6a03936a0f7f3742f9abba480d4b98bbebfdeda7b3 0.08 MB 256 50
307,353 307,353 000000000000000039bc9c284a885d53ef53bfaf744ffe69d2e644b3d1272f9c 0.22 MB 273 29
307,352 307,352 00000000000000004190c6531d266f7bee19a13ae21f0623ff1476333a10821f 0.15 MB 257 32
307,351 307,351 00000000000000003b3cc32a8f07b74c6fe575649407ae03d973099966f8c4a9 0.01 MB 19 26
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.48 GB sent, 94.30 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.