Memory Pool Memory Pool Refreshing

5,030 transactions
15.14 vMB
Show Random Selection Loading Transactions
Max Size: 63/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,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (810,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,204 98,204 0000000000009b53a9705e9ed556344a5cd004891505d064296ba26e14d69d75 0.00 MB 3 0
98,203 98,203 00000000000098db689f1a0d4026e37549b8ca72e52b6dae024436522565e8da 0.00 MB 1 0
98,202 98,202 00000000000178237d5c1bfe402b98d20fcb218416cf473e22ec91ee8c6cc783 0.00 MB 1 0
98,201 98,201 0000000000010850224a28a9cb19610d3e68b4384176d0e117dda38e624d4560 0.00 MB 4 0
98,200 98,200 000000000000941ba9e7b94fea58d9a7a20527839d808893facb87b09922c5df 0.00 MB 1 0
98,199 98,199 00000000000294d411cbb6d34a3d941faeca34e09277f9cb9e0c2011c9e0d18c 0.00 MB 2 0
98,198 98,198 000000000004fed2f1ceb29f7b26c13a169f5178d62270974b977ac890c1318b 0.00 MB 1 0
98,197 98,197 000000000003c1a159afd5c84ad3fa2dfb952a7d3839cf96eccaff516e77f362 0.00 MB 1 0
98,196 98,196 0000000000040cd2b551c572c6de487a49b05f67d0f6ea872613e56d76a2f86e 0.00 MB 2 0
98,195 98,195 000000000003507fc7ad23a3ea3fb2cd52b079c797233223396c7b9e76dcb491 0.00 MB 1 0
98,194 98,194 000000000003c4a6b2da910c75f92e56463eae247e7e38275c36dffb59a8e161 0.00 MB 1 0
98,193 98,193 00000000000529963c1c99b3ed440e1a6b650f5919ff04b8c11a6ef60c78ffe0 0.00 MB 5 0
98,192 98,192 00000000000329d9846dd4e9f6914c24c50752c458e2a098e572373683740395 0.00 MB 5 0
98,191 98,191 000000000001aadd63aa391f1742aa6a56a2167719bd736d0453702b70da9797 0.00 MB 2 0
98,190 98,190 0000000000054f56da475f4a83685c4156e22113046e31a36391bbf0a213e252 0.00 MB 2 0
98,189 98,189 0000000000053c02aa6999c72d700083fa2ef8931d5b40bf9515efa2a9652a4e 0.00 MB 4 0
98,188 98,188 0000000000040df32d105d4643b1e4dcc216c54cc3ab094f687a2b624941afa3 0.00 MB 2 2,283
98,187 98,187 000000000002ec0fa1d037f6b735a00e2b2b70c2f4336dff490cc59db2ada05a 0.00 MB 4 0
98,186 98,186 000000000002d7e0bc0f0f3d5a559a2e8d1a49f78eda8863b101e5b51eaf598a 0.00 MB 4 0
98,185 98,185 0000000000031f704cb937f1f0ac14dc4a62716df9aa55b34b0e722a72f093dc 0.00 MB 2 0
98,184 98,184 000000000003d0852cdf5ab31453b57fefb4bcf9cf7b2e439616e0d57024dfe4 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 770.18 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,693.18 GB sent, 98.47 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.