Memory Pool Memory Pool Refreshing

8,460 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,555 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (425,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
482,590 482,590 00000000000000000037b8e67b061d046f9162264c80d59e6d3e525852bda759 1.00 MB 2,436 484
482,589 482,589 0000000000000000001f9e4e8f3fe33a1b721083e0bdb3e49ca0127acd154901 1.00 MB 1,461 195
482,588 482,588 000000000000000000bbe4c8d36648ce4fa60482b1b88cf1fcb345c9307abd67 1.00 MB 1,422 93
482,587 482,587 0000000000000000004982e39e96a9faad8e9611ed66ef7bc6f5154cf049caa4 1.00 MB 1,890 379
482,586 482,586 0000000000000000009bda014f0ee7b30066c06c363e285b8fc8ab76bb146ff9 1.00 MB 349 63
482,585 482,585 000000000000000000034d9c7fff26d2af3ef594027f8729defd7c3ecc6774c5 1.00 MB 482 49
482,584 482,584 0000000000000000011ebd77e51c13023b57877a9fb359411d805ea0b301c0d0 1.00 MB 1,996 232
482,583 482,583 000000000000000001086c9f26a1cf6b3c31df0bf8f7a6db29e71bffa844cb8d 1.00 MB 1,965 392
482,582 482,582 000000000000000000bee01577bb1cdcb4e0033a7a73f724fc80684d1ab6c3f6 1.00 MB 1,183 193
482,581 482,581 00000000000000000129a251007281a1f6a94c0c566ddaaedaee249062bdb5c6 1.00 MB 1,659 113
482,580 482,580 00000000000000000133d13be0d474473502fc32c24c6b0f3ec4a8acc13338c2 1.00 MB 1,771 420
482,579 482,579 000000000000000000e6ed80b5ee2e351516055fdc982d964bede6301767b4a0 1.00 MB 439 54
482,578 482,578 000000000000000000764cfe5b2bb3c9239053edecbf2c0021335140713c86ef 1.00 MB 601 84
482,577 482,577 000000000000000000d2d013f8ef059273ff2e39be8391be31773d87e1647804 1.00 MB 1,380 194
482,576 482,576 00000000000000000101dc861033a7e6417cb0d0dc075be3295f1960bf182481 1.00 MB 81 11
482,575 482,575 000000000000000000f9a5ccdcc1aac0fb59185907c9b69d376ae049f01f0537 1.00 MB 1,693 256
482,574 482,574 0000000000000000011baf0ec29017dc84e630267a26915697168b14a058cb54 1.00 MB 330 49
482,573 482,573 0000000000000000005139aaed6479ccef41b8203c2a74624952af368b1f2581 1.00 MB 533 79
482,572 482,572 000000000000000000898c91da82b58e27a1af1d8e0f36ca357bdc9281fffd33 1.00 MB 1,315 101
482,571 482,571 000000000000000000dc71dadf54a527875f373de0ff1e7baa4d5376de5f285a 1.00 MB 2,149 389
482,570 482,570 00000000000000000138024ced8508e9b1d312a8481c533aa75061d5aa3a79c3 1.00 MB 2,137 173
Previous 10 blocks ↓
Total Size: 769.04 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,626.89 GB sent, 93.09 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.