Memory Pool Memory Pool Refreshing

2,276 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.60 vMB 2,276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (809,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,201 99,201 0000000000032941cb26da8ca61328cdbff0c3238245badb50ef95afc008ee63 0.00 MB 13 0
99,200 99,200 000000000000f7b1e2a08722bbd959ed71c007ae2b06c88cbd540f20227484c2 0.00 MB 1 0
99,199 99,199 00000000000012106e1000043dd857d96d0c33de7aa5e5e9797cd0f7eb69affa 0.00 MB 1 0
99,198 99,198 000000000000555205c38046f685ef1d9c0015ae6e75bdc05d325a2961737cbd 0.00 MB 1 0
99,197 99,197 000000000003c25f656242047607eb9b33ca9bfbadf02972f8b014660cd65610 0.00 MB 1 0
99,196 99,196 00000000000484fedd93ea6ee2654529083aeb97eed91f677ae9d08d8d97c2e1 0.00 MB 1 0
99,195 99,195 0000000000032a736eef5efc0c3a7685dabb7e98abb128f3ffcae9c393343f2e 0.00 MB 3 0
99,194 99,194 0000000000028fac928e5be3d922cd0c1ae67fbbcbc36534ba44c2a3cf4ac6a1 0.00 MB 3 0
99,193 99,193 00000000000197eef9b28918e88efc12c0d1c634d8ddd913be32de1e4d533a32 0.00 MB 2 0
99,192 99,192 00000000000303fcb6216c60da20ab13588afa543f220d1fbd50ac11589e8ee7 0.00 MB 4 0
99,191 99,191 0000000000044ba28f10a931722be087f0d3afcc18f936a8841f31d85eebe852 0.00 MB 2 0
99,190 99,190 0000000000047f9d8ebcd86a98eac116c05d1273468270b544aab24bb7919e13 0.00 MB 3 0
99,189 99,189 000000000004155a667bebfac97f9c4f14fcafe9f8584c253b7f0de7aff4e99b 0.00 MB 8 0
99,188 99,188 000000000002c58b275b65b6fa81087b95052669cc8999593456687bdd00c2d9 0.00 MB 4 0
99,187 99,187 0000000000028363de26b30572949c8d4dc830f89f7d2870bbac07e463b08511 0.00 MB 4 0
99,186 99,186 000000000001a956e027636ed4b2d7de1523ce955d4ef0debe54822ae1053534 0.00 MB 7 0
99,185 99,185 0000000000028a30810394fc96e82b5189121a2f3f618ff8daaac0f3df7b2bb5 0.00 MB 5 0
99,184 99,184 0000000000016f14734161a681950ace080262764584a05da25c84e94efc35c7 0.00 MB 1 0
99,183 99,183 000000000003c84562b536aeb84d9527bc1311f8dd7c8331006c202f29f2358b 0.00 MB 7 1,289
99,182 99,182 000000000002441865fe823dcb1568b83b64944227ab6870ce9ff79df56fb086 0.00 MB 3 0
99,181 99,181 000000000002d49dc1d062c1565eba27b1c1edada0620f46ded81fadede88ecc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,776.97 GB sent, 99.74 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.