Memory Pool Memory Pool Refreshing

9,924 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,172 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (624,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,448 283,448 0000000000000000023b2ec54e8ac8629c1b6a560501301a47df121af8f9a6e8 0.50 MB 1,011 35
283,447 283,447 0000000000000001857f68ff56f8cda55e0aed64f0878b4651153fd999a29d0a 0.35 MB 1,050 83
283,446 283,446 0000000000000000488751bea7c8d89ccd916588788c6e443547a7969bdbd89d 0.03 MB 51 30
283,445 283,445 00000000000000019d036b6c49ba98e6a129d9ddaf68b1a852232bf9de45d65a 0.03 MB 48 13
283,444 283,444 00000000000000017d9e1561f0bdb254bd6b8d8bed429d8c7ff2cd3dad1ebec4 0.05 MB 103 52
283,443 283,443 0000000000000001ea4e29680fbdbc5f11a12135cfc8ea60debfaca17fe6442d 0.21 MB 317 43
283,442 283,442 00000000000000017a975808ee40aae31ca510fd0bb994bc0a76d415a6302fdd 0.13 MB 190 31
283,441 283,441 0000000000000001a4e1b9daf23d2c438a8303e88ace6adab90a937cb908c23a 0.23 MB 515 67
283,440 283,440 0000000000000001795d3c369b0746c0b5d315a6739a7410ada886de5d71ca86 0.13 MB 261 42
283,439 283,439 00000000000000000b533dec3148a02a78d51ccccacedd570db0c60cac94a42d 0.14 MB 234 53
283,438 283,438 00000000000000018602f35a6eec57c3e40a93be752b0eb5340a1a1888e06841 0.35 MB 624 65
283,437 283,437 0000000000000000cd5771f0d42f3dbd5a93be3c2baf31d363ff617c5d954fd1 0.05 MB 124 44
283,436 283,436 0000000000000001642ac02c3faf89573a9d2c58ef7956c91778f6aab5a03054 0.05 MB 155 80
283,435 283,435 000000000000000108a6bbef8f04864c487a0a988b16ffa3f31e37eeeb2aa542 0.16 MB 288 40
283,434 283,434 0000000000000000093cca3e82cd8cbc3f841a51eb0b0d2de4d67543d6ef3ef2 0.10 MB 189 33
283,433 283,433 000000000000000179f8b83c3c26a504454b89b81b2acc79fca09734e01386b9 0.01 MB 41 28
283,432 283,432 00000000000000012680b50b1c4acb7d5fa922fa4229b07620f0bde2b6504ec2 0.27 MB 482 42
283,431 283,431 000000000000000165d18cac5053a091c7b8f68a37bc3bbfa7cafa3e384cb92b 0.06 MB 70 24
283,430 283,430 0000000000000000114429e033c1b4d498dd373c41c44efcbd75c9b16f8b8dfe 0.05 MB 140 65
283,429 283,429 0000000000000001dc5aec887eeb9b2c5051e72ce62d3172379c07b7ec557d6c 0.04 MB 60 33
283,428 283,428 0000000000000000c6c80d6abf955e5e1dd69826ae8323e233e4c4a30ae4a5a8 0.10 MB 131 21
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.