Memory Pool Memory Pool Refreshing

1,978 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,530 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,970 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,529 (84 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,445 908,445 00000000000000000001b4931bfff9020b53f6936b2ec3ae6998020b0bcd886b 0.36 MB 869 2
908,444 908,444 00000000000000000001b7915b65d297af90561d1757ac2432a5143e987dcbc4 1.96 MB 789 1
908,443 908,443 0000000000000000000108d875856542c4a38f24ac6c45b8e704775de903836a 2.19 MB 1,724 1
908,442 908,442 00000000000000000000b30c3b6b8750e5d92c189e9a5154ff5bc1d1e3a15a5d 2.25 MB 2,261 1
908,441 908,441 000000000000000000004226db724244ca0d93277a88864c09a91ce70538ab66 1.99 MB 1,096 1
908,440 908,440 0000000000000000000081ffed23a61ab429ca68474ac1a0adcc42acd89a11c3 1.65 MB 2,943 2
908,439 908,439 00000000000000000000a404cf946bcb02523e718ee179e7faa37198c7253204 0.31 MB 732 3
908,438 908,438 0000000000000000000224397e6f7d67360f07b772aaf5f5328a397d6bcbbf38 1.94 MB 1,046 1
908,437 908,437 00000000000000000000d143d1422a194d3bfa3839b0ac58268d64a15b088235 2.12 MB 135 0
908,436 908,436 000000000000000000014f53e7c7c8b228ca8ce05b9967f739aaf7818193b1af 2.13 MB 491 0
908,435 908,435 00000000000000000002087e47a31e5e4c3b4f4d1773ecf834091e375a225d71 0.66 MB 1,475 3
908,434 908,434 000000000000000000007c9a141785a53b6cf3bde9ad623914168d15980a65fa 1.72 MB 3,337 2
908,433 908,433 00000000000000000001ec20790871031e5c619cb36f022f83dfc76cffc1807a 1.86 MB 2,103 1
908,432 908,432 000000000000000000020edec12e4a4828a5edc45b9e51b6dbee970d33beea2e 1.82 MB 4,270 1
908,431 908,431 000000000000000000021a2c1325415194123892d8f0d84dce8b1a1daf8c00c6 1.63 MB 2,275 2
908,430 908,430 00000000000000000001f73c926c93f699d7038ef795c34108472cbe38e32d44 1.84 MB 2,601 1
908,429 908,429 00000000000000000001cb705d49cead8f9389f15c5592e0156f1ffff2dc2462 1.59 MB 3,911 3
908,428 908,428 00000000000000000000cc1ac42a551f2f38dbb681286cd1f510dd824d8b50d9 2.04 MB 2,945 2
908,427 908,427 00000000000000000000db26165dc45be51fa8c534f8cee4b6614d3b3de8c4c8 1.65 MB 3,439 2
908,426 908,426 000000000000000000020b052dd08ed829f06e4cf757280dbab1c8a28a292721 0.73 MB 1,161 1
908,425 908,425 000000000000000000007554c10d263dbceadc9c7d7fcdcd5df25f786e257a71 2.22 MB 2,374 1
Previous 10 blocks ↓
Total Size: 770.68 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,842.28 GB sent, 100.38 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.