Memory Pool Memory Pool Refreshing

6,606 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,133 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (762,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,515 145,515 00000000000004429c98e0eab4ca52be03936c044f0c57f65ad137c08a76a385 0.00 MB 5 20
145,514 145,514 0000000000000550bd752618af857d80b29ce8f493e45335623abf2c49904633 0.05 MB 65 2,185
145,513 145,513 00000000000001d8a06d2785e5e328dad23dc2d22629501982b37f9b8bcc4b69 0.05 MB 78 1,540
145,512 145,512 0000000000000977798f1cb65c2c9f072251f1a48936e4f3f021261f6b4633f7 0.05 MB 138 866
145,511 145,511 00000000000008efe9e68445083cbf55535bb9ee1ce5c79557f300a1c31e0343 0.00 MB 1 0
145,510 145,510 0000000000000293b34cc8bc2537fc32a4d9a83a41ac55dadf5bca9f0869d05e 0.01 MB 13 192
145,509 145,509 00000000000005c70780c3b37781c47d9c844ef65d434facb3f46efcf2026a26 0.03 MB 72 170
145,508 145,508 00000000000003735d559e773fb26127738e115d3f8c0ea3fe05caad1751b21c 0.05 MB 100 124
145,507 145,507 0000000000000518d8c1a888bc21de03a4cf7320e91e4faf082a336c3de87dfc 0.03 MB 51 157
145,506 145,506 0000000000000323ef5ae503dab862ef35daa924973e85b9d0d26e4b6eff5e4f 0.01 MB 15 20
145,505 145,505 00000000000002ad82e2fcf3a31879a883c16bb1eee8cf348407ec45243daafe 0.01 MB 22 8
145,504 145,504 0000000000000046fe956be8655fcb37a835b7ad1f4f08b1b4873f94bfe135ab 0.01 MB 11 31
145,503 145,503 00000000000008006b367d335ef51fff4238ef50043c9693a7eed55366d6e696 0.01 MB 21 100
145,502 145,502 000000000000022b48612f4989980228c36d87b246c2b643ce8bf0e2d5cba62a 0.01 MB 25 363
145,501 145,501 000000000000095ea79944089cd7202089e8e04daaf0d9e802ac2124a9190491 0.02 MB 59 99
145,500 145,500 00000000000008c30b38cfb1b2970cbfcdcfee4b8f0514138b296053cac4ecba 0.02 MB 31 290
145,499 145,499 000000000000020a4fcfda62293aa0d829c45396950c12c30592011a8b81b829 0.06 MB 37 94
145,498 145,498 0000000000000797dc7cdc401c9970b1bf39de9444a1a2c70497a7ab20c8222d 0.03 MB 97 275
145,497 145,497 0000000000000361164d6dac84ba8fe1b54fa43d1ceb1e6134a01829894ed0d4 0.04 MB 107 233
145,496 145,496 00000000000003784abf86503787b0aeaf4f52d8e9bedb9d49dea2762909db25 0.02 MB 31 49
145,495 145,495 0000000000000894cfa091b731e2dfa76b653b36ea99a20db8c97b6062a8b4c3 0.00 MB 6 741
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.