Memory Pool Memory Pool Refreshing

13,446 transactions
4.77 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,010 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (562,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,209 345,209 000000000000000011b1de109e7d90c6f59aecaa7da9dcbd90a29cf30f99a4f6 0.56 MB 966 25
345,208 345,208 00000000000000001175008cf07d0b057338a4dde52d96da6b403e84575c6edc 0.26 MB 446 20
345,207 345,207 00000000000000000a04290dbdedfacae917854eca910537ba794de48566b740 0.75 MB 1,064 21
345,206 345,206 00000000000000000629b313e8362e7cc422a37cf23cd88a4661bb9dc34dbe65 0.35 MB 965 37
345,205 345,205 000000000000000015644605b949d1a89598bb64fb5c6a1d5858e45e5786228f 0.65 MB 1,258 39
345,204 345,204 0000000000000000109342908385abacb5f5705a9377f4e3d1252395e89acc14 0.17 MB 330 25
345,203 345,203 000000000000000001f2ecf00ed597b06fb5968d57c22602d43131f2774dcaee 0.35 MB 496 9
345,202 345,202 00000000000000000285cdb176739eedd1b4d4fb9459922f77520c38a2ada99d 0.17 MB 316 23
345,201 345,201 0000000000000000061e004601132eae75b61e6470ffef2e671ae78c75c86f42 0.10 MB 141 15
345,200 345,200 000000000000000009c9630718cd76942a3ffba39e816ee6284324f8be25edff 0.18 MB 336 24
345,199 345,199 000000000000000002440411c3373c5603eb7d6722786949bc6abd28fd39523e 0.08 MB 67 5
345,198 345,198 00000000000000000c5b3e7e42c9eee67d8527828dcdfa80625291c08a26ab39 0.36 MB 530 65
345,197 345,197 000000000000000005e49cb1571f78ffb75d3e7b79710115d9e5fd2a533d040e 0.24 MB 365 17
345,196 345,196 000000000000000000741f8c52521bf6c9106f3b5c11a669b897de83a3468b31 0.12 MB 235 25
345,195 345,195 0000000000000000049003198e734d124b122c5f560c71a7cd8122042d9fc6d7 0.58 MB 1,083 24
345,194 345,194 0000000000000000040818bda294f39fba7f9d32a9e1a4e044c52034929b10e2 0.62 MB 1,023 21
345,193 345,193 00000000000000001524027fd1cef03832bd55bc5cb6bc21720d3634a859c05d 0.10 MB 256 32
345,192 345,192 00000000000000001421b96f4edd0076450dc1afe9d9ce3021e1231fcdd7178e 0.07 MB 45 4
345,191 345,191 000000000000000003f885312af51200080c09d0e9a42cd40ef543a3dbba4419 0.38 MB 712 22
345,190 345,190 000000000000000001560c1a3ec2f35da89aa2716a4ebb94ea5af715b87a309e 0.40 MB 622 23
345,189 345,189 0000000000000000178454761636a20dd6f1bfdfd7b6d7c0ea54f24793b7c5c8 0.73 MB 1,411 26
Previous 10 blocks ↓
Total Size: 769.02 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,624.72 GB sent, 93.00 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.