Memory Pool Memory Pool Refreshing

7,941 transactions
3.65 vMB
Show Random Selection Loading Transactions
Max Size: 20/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 1.00 vMB 2,898 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (13,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,482 894,482 000000000000000000008e466a853379cd2e15957171206f5ed756307aa2f23f 1.54 MB 3,427 5
894,481 894,481 000000000000000000020d49d58e20489f64293f6b0c89f8e58a99282b7a6e46 1.79 MB 2,877 2
894,480 894,480 000000000000000000023f992472fcf4f885fc6712444ba218365a7a5591f9ec 1.65 MB 3,985 5
894,479 894,479 00000000000000000000f391b900f79b56af9d1b6acfd0dc6daeaa4e3b25f4b3 1.65 MB 3,685 7
894,478 894,478 00000000000000000001f9a018f5653d243bf4008d1cf5a27fedf7ca7101fb41 1.54 MB 3,387 10
894,477 894,477 000000000000000000012dbdc489e30d802da1f3ac3725141a59dec2c9f07dbd 1.48 MB 2,585 6
894,476 894,476 000000000000000000007bedcfb6e18c2cc182ea15ec8fd02a2b895f4ab5f06f 1.50 MB 3,646 9
894,475 894,475 00000000000000000001af8638140de96736e995aed07138a59c67263a5b6a93 1.62 MB 3,682 6
894,474 894,474 00000000000000000001ba5c47d65750938e1ce80c316e0a2f2a05758b31f649 1.11 MB 792 2
894,473 894,473 00000000000000000000f577335c8d7ec909af6828494323c799368d38b04fad 1.68 MB 4,047 4
894,472 894,472 0000000000000000000181dfcb4d2c949de3df4dcd3acbaefabcaa3e9457bf6b 1.66 MB 3,862 6
894,471 894,471 00000000000000000000cb8a1d7945b960985579525957bcc37b22174f1ecb31 1.67 MB 4,303 10
894,470 894,470 00000000000000000000669ed57030eb18020ee7029c064f10505156be203d80 1.46 MB 2,186 3
894,469 894,469 00000000000000000001aa9a63c6c0774a767f7a4d37d2bce3658728de76a146 1.69 MB 4,044 5
894,468 894,468 00000000000000000001fb7efcd6ea8247e531f14a1ad5fb2e42bfe709d8dd7e 1.46 MB 2,633 11
894,467 894,467 000000000000000000005edd38f7e59eeacef66203c6de6076d214f43d514cd8 1.51 MB 3,445 5
894,466 894,466 00000000000000000001b4dac86bb08f49105058c51667fb794a771a59342f1d 1.57 MB 3,801 6
894,465 894,465 00000000000000000001707c9aee5ef5b24f85a983ff37f698965f411586fb5f 1.64 MB 4,075 2
894,464 894,464 00000000000000000001123e1276ee75fe6697a373832d44daa898ba7011f759 1.63 MB 4,610 2
894,463 894,463 00000000000000000002414d16e6b139ddae89325bead52231ee7b29b101557c 1.57 MB 3,151 1
894,462 894,462 00000000000000000001c52867fc0b841dbc7f8bbcb7a8063213cecf9d13129b 1.33 MB 1,983 3
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,624.89 GB sent, 93.01 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.