Memory Pool Memory Pool Refreshing

3,443 transactions
1.32 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
908,122 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,714 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,121 (600,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,382 307,382 000000000000000008085bd16e2e5a441a79c9f8c22cbd2087270323e7e09154 0.35 MB 554 27
307,381 307,381 00000000000000000b1a1c66f994806d9a1d9a17944580ee103e9e0562a84aee 0.02 MB 48 23
307,380 307,380 000000000000000032a9b280561e1466c42efe7b9fe28395aea1af7094887f31 0.01 MB 31 20
307,379 307,379 000000000000000038e5854be73d3144ac6cee3dbde99c77a55805987bcd9e80 0.15 MB 227 15
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
Previous 10 blocks ↓
Total Size: 769.77 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,679.79 GB sent, 96.76 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.