Memory Pool Memory Pool Refreshing

6,504 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
908,576 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,434 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,575 (823,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,640 84,640 0000000000200c0acad167e0a1e50a5e6fba51ad205ef62f9b24195bddea8d86 0.00 MB 2 0
84,639 84,639 00000000003165bd2062a850706c4b5ecaae6bfbcd450f8b3f8131b6051b4bee 0.00 MB 1 0
84,638 84,638 000000000018bb1974c60eab899774d925b7faef0c68ac5996e571418c5528ac 0.00 MB 2 0
84,637 84,637 000000000014acb43664d947c7d8f7c648dce9ea4bf4a5501e1b7ed52093ba70 0.00 MB 1 0
84,636 84,636 000000000017bc1650568527e5a87effdb995bc2c9a9224b39bee77b080e1234 0.00 MB 2 0
84,635 84,635 00000000002266bfd1d9227986cae65c6c73c7bfbf556484ec0eee47c129a135 0.00 MB 2 0
84,634 84,634 00000000000e87727284c3bcc5523d58b2879788406c8c3a86bf19c466c28620 0.00 MB 1 0
84,633 84,633 0000000000122f98f3cece5118cce152afa0dd7bfdb1c489f2e786069743ddde 0.00 MB 5 0
84,632 84,632 00000000001b8c617e601a6de17dd633bbc85a051330fbde2501feccd1795c66 0.00 MB 1 0
84,631 84,631 00000000001b321e90e692395024762a480d9b63c144321160e9df77257b4105 0.00 MB 3 0
84,630 84,630 000000000020c7ecc4790dd1a8efa21cccb2117dc0b88e652153c745c9b8c629 0.00 MB 2 0
84,629 84,629 00000000000f10ffbaa0611d52b948ddcc5630c4d88214981d006d28cc2cdf38 0.00 MB 2 0
84,628 84,628 0000000000073a9f6dda9a754829efb6906582670a6c96d744998e388f4c0c33 0.00 MB 1 0
84,627 84,627 00000000001d27a5f3c6360d274ee8464385d74718c1d4e31664ff99598e146e 0.00 MB 1 0
84,626 84,626 0000000000080467be6dfe3c7c4021792153f04ffa40cf2a293eebbf28c25cff 0.00 MB 1 0
84,625 84,625 000000000021aabde3d949cbe98b4d1a9a9be835d86affb3cf39e0e729780983 0.00 MB 1 0
84,624 84,624 0000000000153f882d561607339d004c9ba6c37fe75387baf0b0c75f89e59f25 0.00 MB 1 0
84,623 84,623 000000000030bdd57bf4d9a5e95ed49c864ba45450426f5d2bb3ab1738abb5a3 0.00 MB 2 0
84,622 84,622 0000000000192046231c667b1318dc22af4aa00e2f908f9741adce0a421ea6d9 0.00 MB 1 0
84,621 84,621 000000000019ad5f8e0940fe5ef30f58c4f880326c8f6b5a042fd0baa63d77e9 0.00 MB 3 0
84,620 84,620 00000000000d299dccf902505646771e75c5e3567e984b2043ce73c9d6df5933 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.35 GB sent, 100.82 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.