Memory Pool Memory Pool Refreshing

60 transactions
0.01 vMB
Show Random Selection Loading Transactions
Max Size: 0/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.01 vMB 32 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (441,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
466,134 466,134 000000000000000001f4f31fb4d320157dc16121f46030e2dda95fc5acc43118 1.00 MB 312 196
466,133 466,133 00000000000000000160fd8577b9e9bba831ad47d52ab4057b11f3319b9fca88 1.00 MB 2,150 155
466,132 466,132 000000000000000000f87130ccbdbff29aed097143633428c207ef23eddf1a22 1.00 MB 2,287 246
466,131 466,131 000000000000000000cdd19c5432ef03d4ef0ea97ca9a19355c12a0c790070a7 1.00 MB 1,909 193
466,130 466,130 000000000000000001d76027fd32383af022a8499afab3973592cf4075fd18d9 1.00 MB 1,310 185
466,129 466,129 0000000000000000013f412d99091db0ef4e54a93fc2b8d30070fb124747e427 1.00 MB 2,365 144
466,128 466,128 000000000000000000e8950973d7f8bb26c0f9788052b90118b4c0e7aec225e4 1.00 MB 1,810 166
466,127 466,127 0000000000000000000a257bfd7725374269da9b47a469dddd130b504e94d5e3 1.00 MB 1,534 218
466,126 466,126 000000000000000001b0021febc6e331307a99b3207646c7dbbba8f0bcd7c732 1.00 MB 2,148 171
466,125 466,125 0000000000000000010f5f01233fa2c6ecd4047d38371e4d9f4b9eca696cd706 1.00 MB 1,649 187
466,124 466,124 000000000000000001289e9dd0d526f8e26fdb0a80620ed827cedb4d59380cc6 1.00 MB 2,219 243
466,123 466,123 00000000000000000028127faf5c75d38de199bf57bcc072e213c5f6007db13b 1.00 MB 2,036 235
466,122 466,122 000000000000000001a6156170b209374700eda2d98bee1bb25454cbbed6672f 1.00 MB 1,906 208
466,121 466,121 000000000000000000c6bb5a4d2640369b9f0404f21b885af60c9fd1c5b70634 1.00 MB 2,241 232
466,120 466,120 000000000000000000929986772bc79e365b74dd4c562b6cc67c48dcdb56c5b3 1.00 MB 2,018 247
466,119 466,119 00000000000000000166bf4732af477d7610e3a9eed3e6da35c501dd45ca36d1 1.00 MB 2,112 318
466,118 466,118 00000000000000000171884081ca103759e0bf75da2a40da983f03646c87c739 0.22 MB 743 282
466,117 466,117 000000000000000001f635015c31e1cf32016205405367692f3388be6544331f 1.00 MB 1,712 155
466,116 466,116 0000000000000000015cc34b31377b16e4aba47aef97bd9a3ac523ad0ee7e119 1.00 MB 1,872 183
466,115 466,115 00000000000000000101c64d6e34fe0dbf873c0a42a6ea45af08fb7792c9ac96 1.00 MB 2,551 220
466,114 466,114 000000000000000000d038df88d97826435edc2cbfbd96f50c5d170e2af24d70 1.00 MB 2,430 243
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.