Memory Pool Memory Pool Refreshing

6,357 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,105 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (379,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
527,893 527,893 0000000000000000003243f7d988b5d4456ac68811ac108f377ccb59fa0c7537 0.49 MB 809 60
527,892 527,892 00000000000000000028c35710cb58909f3ad5106926212ea7684700e075f3ab 0.09 MB 222 68
527,891 527,891 0000000000000000002c5d49a48cf9a763c38f03a98666075c5420b59e7dffe7 0.11 MB 235 45
527,890 527,890 00000000000000000020cd23c811edd0c8a9b4720456f57f0ff939602424f5e8 0.06 MB 134 54
527,889 527,889 00000000000000000002aba51b24cdd4815ca2a3bab1c36af2781569f58ce2d2 0.29 MB 569 29
527,888 527,888 0000000000000000000c0fd8ef45c1eecf4fee003337295d80860567833d663f 1.05 MB 1,907 17
527,887 527,887 00000000000000000029696e7d02c5a3cad460583a35482a470a04d9d4bb2ea0 0.31 MB 621 18
527,886 527,886 0000000000000000002d6b23dda81bc8797107933c4788c06de111dbcb75096c 0.66 MB 1,198 19
527,885 527,885 0000000000000000002b46c8bcf05aad118cf4ad93cc6baa4dc2d3d6d45ea95b 1.14 MB 2,073 19
527,884 527,884 00000000000000000017570a43a12d9b13d8215cf04b7358bb5bf50a06004f92 0.21 MB 292 3
527,883 527,883 00000000000000000035ef28bc2a4711e44153f1c3b5e22233de02de08f52523 1.17 MB 2,182 9
527,882 527,882 0000000000000000001ebe2e4d86c203e878a75fc509236412d2ae9d2a37c6c5 1.14 MB 2,364 66
527,881 527,881 00000000000000000021865b070933943fb8b5959678542998bb99d5721b4e3b 1.13 MB 1,795 58
527,880 527,880 00000000000000000021ff1b9bb47d6f7aaf91e7fb7ebfb37fd06be37925ffeb 0.19 MB 404 58
527,879 527,879 0000000000000000000acf5c7929e0b4730e42c3b2a9e5d44b82ea1633e296e7 0.05 MB 127 75
527,878 527,878 0000000000000000000a4b2d4d3184f8485eb4af23910162ce06485ae6e0490f 0.11 MB 257 25
527,877 527,877 00000000000000000028fe9687e0a5d651c92a9b2afe624bf07ccbb18db29d21 0.65 MB 1,261 44
527,876 527,876 00000000000000000006181efab0080f96a2559fb58ebd4cd0f7e849e43f4926 0.02 MB 52 151
527,875 527,875 0000000000000000002167c1cb561cb976a1be3b5f5b78ea5fb79830a393bd39 0.57 MB 801 19
527,874 527,874 0000000000000000000743d264c99aa0df153483141be16ddef9c2edc61819be 1.17 MB 2,064 45
527,873 527,873 0000000000000000000ea08cb66e63702a7ba8806c3ddc2aa3c0e1e3edaf17d2 1.14 MB 2,376 77
Previous 10 blocks ↓
Total Size: 769.21 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,634.37 GB sent, 93.99 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.