Memory Pool Memory Pool Refreshing

4,158 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,738 (788,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,096 119,096 000000000000832d03670251bff5980c0aa713838e903fb70848892f5fa5e886 0.00 MB 12 351
119,095 119,095 00000000000031da6d879cf8cfc5ffa538610685412411a036ef5a2897df186e 0.00 MB 10 0
119,094 119,094 0000000000008385738aeeef46cbcfb1cc3204da5e1bb6f73217908602717fc0 0.00 MB 10 336
119,093 119,093 00000000000046e9e885df586f0d8b4c8a0316e027813dbc7946581189f16d64 0.10 MB 357 0
119,092 119,092 00000000000078f54f4fb3a2f4b8e7ef075607aaa1cc309ae872b6e26030188d 0.00 MB 12 1,066
119,091 119,091 00000000000096df7c33795beac0a8118ffd36cf4f137466c0406ca8bed263e7 0.00 MB 11 324
119,090 119,090 0000000000009be966b4ec870afd22c8c87a9024298e632c0b8d61b8030dc364 0.01 MB 25 1,155
119,089 119,089 000000000000a04cd8fde75a053caab2136884546e778c5f9f07b822334b0c27 0.01 MB 23 0
119,088 119,088 000000000000b5052c0c6e7abfa5c6fd2f7624665b6bf17f67de48ae04093267 0.03 MB 10 111
119,087 119,087 000000000000619faabac902db31fe354380f5d2b0e68ab515c09fda53c7d42e 0.04 MB 14 1,203
119,086 119,086 000000000000632698d43ac952e3e632426d742d42d74e42c4343ce0923ac93a 0.01 MB 11 0
119,085 119,085 0000000000001f26049ce63e69e7ee35fe2dccf6c64b80caacc83074f58bd114 0.00 MB 6 0
119,084 119,084 000000000000900d28e817b63b522db1ce38d726fdbd6a58512c829c4099b9e0 0.00 MB 12 325
119,083 119,083 0000000000006741043f3dcd562d0ad97b315953971b5d46bdc8a1434e08c075 0.01 MB 13 314
119,082 119,082 000000000000238679c6a267382dc503a4f14bb8c9dd3a48637d84a8fbdfb6a7 0.00 MB 8 0
119,081 119,081 00000000000095c2171c68e68d7bec40fa86ab503c4acc7bec767b679935e4a6 0.01 MB 19 0
119,080 119,080 0000000000009fcec31259278214115e5dd155c923785de96b85e1f84a50d124 0.00 MB 2 912
119,079 119,079 0000000000009d4908d3d6a3efc5fab2e5e669d48446cb0ebb48f6f7b4e5b33a 0.00 MB 11 880
119,078 119,078 0000000000000ab92c91999afba1aa0f73dce96c7eff1e7b23e5d3b414a81d59 0.01 MB 37 1,707
119,077 119,077 00000000000079f971502a8d4f57d2f7bd6dcb6f2f702ea2d9d3f314aa676014 0.00 MB 13 1,681
119,076 119,076 0000000000008c6f560efa904346a204ddca3e1fb811c1601570aa7c1d5d52bc 0.01 MB 27 522
Previous 10 blocks ↓
Total Size: 769.06 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,627.80 GB sent, 93.17 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.