Memory Pool Memory Pool Refreshing

12,210 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,218 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (143,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
764,240 764,240 00000000000000000004ddf987d3c9982cb4ddadea074694a615a3c69ea27a93 1.56 MB 2,792 25
764,239 764,239 000000000000000000032ea0b4c38fc10b2dec5cc779a7cc3f81514486ae7cca 0.33 MB 299 7
764,238 764,238 00000000000000000000bda266decf9eba2e1afeac374c4502bf48f2ae1f0438 1.49 MB 2,259 18
764,237 764,237 0000000000000000000159feac08c917c7f1431aedb51c64814a1da29ac0494c 1.39 MB 2,646 20
764,236 764,236 000000000000000000053c990ec2a2a61b23eeed994141bd653a20df1f95f0f6 1.26 MB 732 4
764,235 764,235 000000000000000000002fbed81cd16f782b4d5cfe6f6f7fe4cd51b5db41b9dd 1.43 MB 2,971 17
764,234 764,234 00000000000000000005f21adf27fc073217552c08dbc9a35ea658655f297400 1.45 MB 2,968 31
764,233 764,233 000000000000000000032a303aa4e990a5ab4b41ca27ee39af3540b3cbbc965d 1.38 MB 1,452 15
764,232 764,232 0000000000000000000748ba573d436c59922c71efefcad0451560e3eb13553a 1.19 MB 1,009 20
764,231 764,231 00000000000000000005b785bd685ca6052cb0a219025a55644f675a132d561a 0.10 MB 197 22
764,230 764,230 00000000000000000000d43f97feab3e76897b88d7876ec9da1ca254f0bf28ed 1.31 MB 2,169 20
764,229 764,229 00000000000000000004173b7b44ea3e603d98c45b2189c6627986aae8a777e2 1.48 MB 1,110 3
764,228 764,228 00000000000000000001af3b82553a809faa9585b1d5c361090a624780bed611 1.53 MB 2,928 26
764,227 764,227 00000000000000000006d45d34d2405e744e147c3a1be1fd7ae621b3bbd47800 1.67 MB 1,276 8
764,226 764,226 000000000000000000076ea3fdbb4680b6682ec238421805a7e6c946294e5df3 1.47 MB 1,847 16
764,225 764,225 00000000000000000002c4fb148c1e1dafd31e97c42658b3f4b42d79db54d498 1.65 MB 1,595 18
764,224 764,224 00000000000000000000ea8f9446a3b14b9fd0331f6bb1832b9873fb5cd2474f 1.41 MB 2,825 34
764,223 764,223 00000000000000000005829017993a7a21e4b7c731c95b9cb979c01294a7bd27 1.35 MB 1,298 15
764,222 764,222 0000000000000000000620c7cdf199f8f6fb7f9049d472fdfcd25a51d0e2bfc8 1.51 MB 2,371 20
764,221 764,221 00000000000000000002b7b2969cb19cd83e10b262f0e1aa1b66e0a465275af0 0.18 MB 373 19
764,220 764,220 0000000000000000000640ebe2fa786f1b851fc35e76c628dabb74485cf87153 1.52 MB 1,769 16
Previous 10 blocks ↓
Total Size: 769.01 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,622.13 GB sent, 92.93 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.