Memory Pool Memory Pool Refreshing

853 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,792 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 848 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (21,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,261 886,261 00000000000000000000c7bce44da384351161687d7f5b9db53bdaecaeea84bf 2.10 MB 446 1
886,260 886,260 00000000000000000001e593d5b3ad8f07e5b9520d82be634d595052f37516b4 2.00 MB 1,268 1
886,259 886,259 0000000000000000000230c36de36097efc97efd3480bd5c13738d456c7fcee0 2.18 MB 267 1
886,258 886,258 00000000000000000001e3f9a21d89bacab69f1b53075d79678e20bc49f420f6 1.79 MB 1,878 3
886,257 886,257 00000000000000000002562fa43efb25617670b3ba48e57e709303cef808f390 2.09 MB 599 1
886,256 886,256 0000000000000000000131cfaad95c2392b5e4e46cc058f47708fc666e968bc7 1.62 MB 2,987 4
886,255 886,255 00000000000000000000876c44e845ef4d4cddde452fa38aa430daeaf210b3f3 1.17 MB 1,145 5
886,254 886,254 0000000000000000000074bbcb018ce21f16f9e07b8d467caba72924a2e66521 1.80 MB 1,828 2
886,253 886,253 0000000000000000000213807d7c3f2909e3777711b9f7096c242ecf3dfc7365 1.62 MB 1,862 2
886,252 886,252 0000000000000000000162e1b54eb74468543811f4b23ff38f520c7174e5bea7 1.65 MB 3,475 4
886,251 886,251 00000000000000000000db33dd211a94a354800908acf045a20e8ac846cedeed 1.69 MB 2,864 4
886,250 886,250 00000000000000000000cc828a15ea6a7eb7fcf56a4310e1b4dd898bead06a92 1.64 MB 3,852 5
886,249 886,249 00000000000000000000080fb9432fa82a1080e65c1212a7428dcd3101ebfcf0 1.53 MB 2,996 9
886,248 886,248 00000000000000000000765ed084e57a6a050ced74168a3fcff255b493def52d 1.70 MB 2,168 3
886,247 886,247 00000000000000000000b7954de1a26811aaa1dafc66682acccb4829ac3f6828 1.31 MB 1,915 7
886,246 886,246 00000000000000000000fecb4950f6de7aead50da7a52fab0f8f64f844144f98 1.44 MB 2,349 5
886,245 886,245 000000000000000000022be5bc785016dc1c18e21f504c63f7253091c68b2590 1.69 MB 2,764 4
886,244 886,244 0000000000000000000060f48d9515d53cd1072eefec119d5922b39e5e8db04e 1.66 MB 3,026 6
886,243 886,243 000000000000000000004b24b1da285b1bcc230eb4c93a0fd85cab7848030ee3 1.69 MB 184 1
886,242 886,242 0000000000000000000234b2ca61ac51483c489eb196bd14d2cffe92e170aa91 1.97 MB 1,392 2
886,241 886,241 0000000000000000000012c87c47b8431a1de520c18907c3ec6f9bdd4270bd9e 1.97 MB 664 1
Previous 10 blocks ↓
Total Size: 769.15 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,632.60 GB sent, 93.62 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.