Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,996 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,356 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,995 (367,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
540,147 540,147 000000000000000000098c5a7d5fd65bc25ec2fec7d6f5b5d45a627a43a6916a 0.57 MB 1,535 23
540,146 540,146 0000000000000000001a95da4b7b0432c2cd88df1bfad1f0de0ba4d45a6d7612 0.59 MB 1,122 48
540,145 540,145 0000000000000000000542ad1b33e98b3675be9c8c4d8dd2fe62cece448285e1 1.14 MB 2,396 29
540,144 540,144 000000000000000000123cec34b5e0241990889bf39740659ebcc0859235bbe7 1.01 MB 2,464 29
540,143 540,143 0000000000000000001fcef62efb8902d5008fe5e35308975b303db296e840f3 0.10 MB 289 32
540,142 540,142 000000000000000000087686c857e86f763c4dae9d5a8cd6a0ea8709da938dcb 0.62 MB 1,221 31
540,141 540,141 0000000000000000001b5182f5df92422679c9b68892728f4315e7c3d637bac2 0.60 MB 1,455 31
540,140 540,140 00000000000000000024731ceda011f8b8f5259b6ce9373bc92f25907186e01e 0.94 MB 1,529 31
540,139 540,139 000000000000000000286a2120f51f3fb5056530316c6228b4f60368b1721cd7 0.04 MB 108 38
540,138 540,138 000000000000000000032b1992d25d61e3fbb8159a71ef20317826b9193ef315 0.20 MB 455 27
540,137 540,137 0000000000000000001e41716b42006b26f3331337fedb6ffa5b21ed5116a054 0.05 MB 127 26
540,136 540,136 00000000000000000010480f27c58ed36c24c25baf63d521ddcefddf4b1f0fbc 1.16 MB 2,528 34
540,135 540,135 000000000000000000271f9059fe27ce46447a0f08ba4573706ba4271438e57f 1.19 MB 3,032 33
540,134 540,134 0000000000000000001aac25cd2447933331f9c51d86d8afd4eb40770f330e82 0.00 MB 4 10
540,133 540,133 0000000000000000001c5412374558f6cb82a939d718ca218e5e1f43dd4b20a8 0.12 MB 349 28
540,132 540,132 0000000000000000000a3547d5b80a3ed225b822b31724b39dd29270774b2e70 0.35 MB 587 43
540,131 540,131 0000000000000000001bc4c3401dda3d59592f0ab0c1062360547ec2c25eb383 0.38 MB 766 21
540,130 540,130 000000000000000000201b26cd80aca692ffb2c1826afb5472bd9e99a2681e9b 0.21 MB 398 32
540,129 540,129 00000000000000000027f34a436e3a88aae74ca59ca042c7935571ab70419b21 0.45 MB 944 37
540,128 540,128 0000000000000000001ccc52fee562f5e333daf72e51a625f16579a348fba210 0.00 MB 14 31
540,127 540,127 0000000000000000002177584038b9244aeaf5183458eeba650043d80226bc37 0.81 MB 524 8
Previous 10 blocks ↓
Total Size: 769.54 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,648.21 GB sent, 95.63 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.