Memory Pool Memory Pool Refreshing

5,705 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (638,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,965 268,965 0000000000000002cab82a1a427f135aefd569b7135722cfa62cdede77d018de 0.17 MB 267 52
268,964 268,964 0000000000000005a77748c0c429ae79f21c92145d13f80f64ac083c27bb3da0 0.02 MB 58 59
268,963 268,963 00000000000000008ebb6d424ad08d02fc60b897438a64a3edb07a30f44c3903 0.09 MB 223 56
268,962 268,962 00000000000000041a17ccb5093df2bc639ff0a9ce6206e236c833f2bf5cd96b 0.13 MB 301 50
268,961 268,961 0000000000000008032b1a8c030cbb303c4ffb3dea7bb990f7e1ebe2f5b2c958 0.08 MB 173 44
268,960 268,960 000000000000000628ab839846eebe1a6b2d6975f88d53bb9b159ee2b1b02b81 0.16 MB 333 71
268,959 268,959 0000000000000007a496ece7bd1c41d8d0e5588147f526ad341a1e4af2045fda 0.10 MB 211 65
268,958 268,958 0000000000000007b1953c15aef271af66999f23ae4cf43f85d6df8a4d39cb0d 0.25 MB 599 98
268,957 268,957 00000000000000082c2f2dbd1eef42431a2f5b862e43c0b663fca665832b844f 0.01 MB 18 85
268,956 268,956 000000000000000037a77387e423362fb8b43c6db14a613a2befbc665eeb4347 0.05 MB 98 64
268,955 268,955 00000000000000046cc498073c981dda6cf701e026535448d2dd5ce171930750 0.05 MB 94 66
268,954 268,954 0000000000000006d44d7f8d348ba12c1ca52216a11df45f5e02cc102a11c9f6 0.06 MB 136 79
268,953 268,953 00000000000000022a1a06d9f814d0d2888ecb60bf7423e11e2e89979e5c31c9 0.01 MB 43 62
268,952 268,952 0000000000000004b4b13841f3601b3d96e6c16b68fa12e6c9d663dd99b11f1c 0.06 MB 104 52
268,951 268,951 0000000000000000909b0d17d6027e2ccef720e3284a5f05d851c031cdfccb9c 0.05 MB 30 24
268,950 268,950 000000000000000049312aafdd737c055c3e6d6768cf7826aa008a6b42111c71 0.18 MB 384 76
268,949 268,949 0000000000000007352475033648abaebea590f7b94b74d2b43973ec843ebeea 0.02 MB 56 65
268,948 268,948 000000000000000213b5468a8ab53bb277979e820f74d1174d3f177130113e52 0.01 MB 24 92
268,947 268,947 0000000000000004a3e649e8bfc8de6a2561af6a77305d5e01b9663ee81041db 0.04 MB 117 83
268,946 268,946 0000000000000006d480ca07c9884deac5d2a44396accbcf901adebc9d0f139d 0.01 MB 25 73
268,945 268,945 0000000000000003f4e2df34dae6f3233b9043d63e249aa48165e57e78c6cf2f 0.20 MB 409 73
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.