Memory Pool Memory Pool Refreshing

12,419 transactions
3.61 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (660,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,625 247,625 0000000000000012cc8767e08920d0be3499eef8559f16b2b2cb8848c5d9fb74 0.06 MB 177 143
247,624 247,624 0000000000000005577a34ab6635d3b83f324cd69d938c3770febd9bb20b4c2b 0.09 MB 201 113
247,623 247,623 000000000000008a57221deaec0f0eda754038582ab55ed718f2944f1baa73dd 0.08 MB 124 111
247,622 247,622 000000000000001250e55b6c500b3793e32c6c370ea154f3c167504a0a2fcb3a 0.00 MB 4 32
247,621 247,621 0000000000000025e05e6d3aaba63e60fca751ab789e72a91bb1aec1c955f7bc 0.09 MB 241 192
247,620 247,620 000000000000007e03a52a1d503b0d2518cf0b4aab9a742740cfb5a169054f5f 0.02 MB 29 23
247,619 247,619 00000000000000857d17dfef78c0fb8afee294ec1f69b3f0817542b699228868 0.17 MB 418 133
247,618 247,618 000000000000002241150e73e946d0deb3d9baea014b163ffb8556b8d6b963be 0.00 MB 1 0
247,617 247,617 00000000000000258c06a0bb9b3b7f1287a824eb00b01b0b5a6c87083442299e 0.13 MB 134 44
247,616 247,616 00000000000000712bb045b944389b282291812c91df730066c285e21d71aa77 0.07 MB 155 113
247,615 247,615 00000000000000801c18da4bda1f1cd77bcfaca9aaa9a16f0acd077c0874b31f 0.25 MB 604 100
247,614 247,614 000000000000002cf8d1ea0b7212d85c3f254246104866fd4681a389445b3807 0.02 MB 44 138
247,613 247,613 0000000000000076e28ca7f98dfd82a136f50e2be620f47007d91f3e1151f0ab 0.03 MB 67 102
247,612 247,612 000000000000008619051e259096d3941d1d49d1ec99181611ff2b446ed76a58 0.06 MB 64 10
247,611 247,611 00000000000000064978274e9481ff15adfa1f71091e2c44d5579c5187be3537 0.06 MB 132 121
247,610 247,610 000000000000004cf5cfa3865fe8de22f7e4737522c09fdcd7baf94f715590b1 0.19 MB 378 113
247,609 247,609 0000000000000000e9adb4ee9458dfe9b032877215995745e668894af81efcff 0.25 MB 628 136
247,608 247,608 0000000000000043eac6d75baa6eb068cc3c779c6c1fe089a49387c7a7b937fc 0.02 MB 57 20
247,607 247,607 00000000000000220aeb29396f61a927edc4543641a1941bed3e84cd419e9ace 0.10 MB 224 137
247,606 247,606 000000000000009f2dfe76272f5b729c202632a3710217d1f6ffb9f23d53c42d 0.12 MB 227 86
247,605 247,605 000000000000007578c38fbb72afd80fe5bd60a15d64fc94d0b5df4bda50abe2 0.04 MB 90 212
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.29 GB sent, 92.90 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.