Memory Pool Memory Pool Refreshing

11,724 transactions
4.88 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (640,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,461 267,461 0000000000000001295151ec23eef8ea059d6d0d9543e23e5fc6d2a6df759933 0.05 MB 112 43
267,460 267,460 0000000000000005840b7507988a92bcf68a5b18e60d84da2ec244da0e7d4949 0.11 MB 124 48
267,459 267,459 00000000000000054d06c9772227f6b255b64675944bae15f4016d70c0be3b2e 0.08 MB 258 152
267,458 267,458 000000000000000144c528c953f2fd3ca7ab5d8535c281fbe086ae2deb93bfa1 0.08 MB 188 44
267,457 267,457 000000000000000938526303fba7a1f640b5904020d837384704d3fa0c6023bf 0.07 MB 143 47
267,456 267,456 00000000000000010169da23d7641b13b788aeada6ce28339483849b43f4b808 0.12 MB 247 54
267,455 267,455 00000000000000066a9a4963cddb08a825413a370f69f3ea82b78d411f69ee53 0.08 MB 162 41
267,454 267,454 000000000000000844f0e04456d7f326aea3fda844835aa40f1d1c05f0c11f54 0.06 MB 149 62
267,453 267,453 000000000000000a61104c679a4d6c8f2d3ff759636b20f1a27fadd26b219cf0 0.21 MB 388 82
267,452 267,452 000000000000000a93664072ce9e627a265e7359220d419fb0c376cc2713efac 0.06 MB 108 88
267,451 267,451 00000000000000035e0268344ff379f0dab41cf22ab65484002edaa19960ade9 0.09 MB 117 47
267,450 267,450 0000000000000007df04d65a2e83239cf1bb9c2bbb74fa05fb892737fa0f11ac 0.10 MB 11 10
267,449 267,449 0000000000000000dc7961817ed3a175eda8a6ef6e62061b257efb012f9f274c 0.17 MB 50 14
267,448 267,448 000000000000000525af9be76538ac10b005d2cde652e463d5fa259bf977ab4e 0.20 MB 156 25
267,447 267,447 00000000000000043a82f8548ee56e3d02ce29656a2c4fd520a454a9fc3fa7ae 0.25 MB 830 143
267,446 267,446 000000000000000214732668037ccba63ca214ebe9ed1635f19d1bf6d497ad41 0.49 MB 281 21
267,445 267,445 0000000000000008d0d3be307992dba0ce6f93d655c0c9d36eb60db5193e855a 0.46 MB 167 23
267,444 267,444 00000000000000064cb264bdf6b9ddb712d00fcaac7521cec0445fade2ec2b36 0.21 MB 370 103
267,443 267,443 0000000000000006c0f515802f05d46548d6ddb531f3edc68da6a14a5630633f 0.90 MB 831 40
267,442 267,442 000000000000000760fabdced8f3404db72daa164a32daf742cde02a9f180959 0.25 MB 207 31
267,441 267,441 00000000000000020bc8ad757a4d124987460db9d4deadf4fb9dcffdd89e1b24 0.25 MB 159 32
Previous 10 blocks ↓
Total Size: 769.03 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,625.13 GB sent, 93.02 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.