Memory Pool Memory Pool Refreshing

3,079 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,731 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (785,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,764 122,764 00000000000086f982bc6584b11b9b861315be5a1ef2700e0687c80fc8c3bc5e 0.01 MB 23 515
122,763 122,763 00000000000071350992b515caf57c46b0034a72bf3ec412ca700d0cf5e0b223 0.01 MB 31 2,677
122,762 122,762 00000000000076b2f66c4ac5dca0a3be7ac2bf80e2e9fd60e74fd914c14fc061 0.01 MB 19 389
122,761 122,761 000000000000187e7cc685950d26eaf7cdcf3dabb44ec96b0144e8b99eb9935f 0.00 MB 11 0
122,760 122,760 000000000000928c192738e39940f7ea0f579ea85ff9eadfaf79a4df3a18990d 0.00 MB 1 0
122,759 122,759 000000000000023c06404579020151bdaf906ab00aa873930f8df1aef98df336 0.00 MB 15 0
122,758 122,758 00000000000081d3d58c3b677682923367373bc875ebfe20fbea3f2f9c7458e9 0.00 MB 12 0
122,757 122,757 00000000000051caab447611a3f9673ce27022c2b28f1daee391d74249d9b903 0.00 MB 7 0
122,756 122,756 0000000000005dbc33b369e946902ca0e325ec1a8897134e3bd69e5ce94e45a8 0.00 MB 11 0
122,755 122,755 00000000000064d113658ab2dd8b5992b62825014919c77c2e94f7695f740e24 0.01 MB 13 948
122,754 122,754 0000000000000d8b1971ee815b83631cd19da45ab4f185a23cf39058dd1334e2 0.00 MB 2 1,308
122,753 122,753 0000000000008b7718140171a864dd1be02b8f0342b36d89c4c5a42840b10ca3 0.00 MB 13 560
122,752 122,752 00000000000035a9577d82e28c1c5117f2da881f11e2dc24a7b54c50d93f3d5a 0.00 MB 1 0
122,751 122,751 000000000000365bfad0928a7f5f44c0bf354242e92f29393c7a7bfa7b8d7de3 0.00 MB 9 0
122,750 122,750 000000000000217971650e5a140abbcfa553b6b0d6fdcf312f2568fd1b27fefc 0.00 MB 3 948
122,749 122,749 0000000000007190b1d02263b5f938d931c2188c96c2543959d6109b2f6974e9 0.01 MB 18 0
122,748 122,748 0000000000003f17c6d90b8e4051e2d9d8602c055df643269878b47b2592e1ef 0.01 MB 22 1,461
122,747 122,747 00000000000019e67942aaf4bd3e7d5543d62deb46bf3d5e08d360ace7ddfd7a 0.00 MB 10 0
122,746 122,746 00000000000069de50f282ca3b2d6a3d011ff9316c28384695e4b75c46344c1f 0.01 MB 2 26
122,745 122,745 00000000000089cb6d57ad29161e6b6326f17c7b63e5eb7e65ee30b54c63b281 0.01 MB 14 597
122,744 122,744 00000000000048719763b78ac2be0fe76a0bdcbe466eef040f01fb1522f0b722 0.00 MB 4 1,468
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.