Memory Pool Memory Pool Refreshing

1,381 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,372 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (507,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
400,247 400,247 000000000000000001787098fe8a906f9ab0d1a286196504be0d8cc198fbc5ff 0.02 MB 47 34
400,246 400,246 000000000000000002b2c0dc37284c7fc8c5c27c285ca8fd175df14cf7e2267a 0.11 MB 128 28
400,245 400,245 00000000000000000221b147bca6f456e2d6b7957ea35f6a69589591d51838c7 0.89 MB 1,731 40
400,244 400,244 0000000000000000026c29fe2b9a32e1befd4a566ecd63cd6ec2fe16cd3d166b 0.71 MB 1,371 41
400,243 400,243 000000000000000000a54950a941c7ef24825321802a9182e06d80d2bd0d121c 0.55 MB 1,116 39
400,242 400,242 00000000000000000411bfe88c34b3756a46db6464446f467b3257aa8ff2aef7 0.26 MB 357 24
400,241 400,241 0000000000000000058a7fc0131cff5f19bba493f7ea4df806c64c3c2687dc5e 0.99 MB 1,463 27
400,240 400,240 0000000000000000051c81095660c852f80826d3e9b07b161a72008037a47fd2 0.93 MB 2,381 49
400,239 400,239 0000000000000000006ea901b1199f83cc5f127c5faad1f9a0b12ca276761624 0.83 MB 1,334 28
400,238 400,238 000000000000000005f5612c640892ab51f9f9ff19a7309f4f3c7a8f2d912633 1.00 MB 2,264 41
400,237 400,237 0000000000000000028e51fd93840afc88c418569d817dee69290cbe3f3fc532 1.00 MB 1,748 36
400,236 400,236 000000000000000006858ddb176c1121fc677c8e1eb61d4bc88c7329d856af63 0.10 MB 191 21
400,235 400,235 000000000000000002641517e1b8758287f4d7f90efccb1810b629863e523897 0.87 MB 1,218 21
400,234 400,234 0000000000000000045deb174f12811ad6db5d3214513264c8d427677dbe98b3 0.93 MB 2,825 62
400,233 400,233 000000000000000003dd7007f9e2ccea8d2ee250bdf05b436bb3c2cabdf4e586 0.36 MB 373 27
400,232 400,232 0000000000000000056a83289714145cfca1d9b231b982e39063f207b6aa0ebd 0.74 MB 473 14
400,231 400,231 00000000000000000677bd271bd8655573ccc35057485bc890b4cc8e1f09e7d0 0.77 MB 1,407 41
400,230 400,230 00000000000000000220971d68d35cb6cf70b8dd6f94aca89140c7b72cf51d7d 0.91 MB 817 18
400,229 400,229 000000000000000001f207a554aa6c25b464cefe45283d1fec675d55fe95c9f7 0.75 MB 1,369 38
400,228 400,228 000000000000000005c812c7836225075e4ce1bd4dfea2f4745ba817828eabb1 0.96 MB 1,480 32
400,227 400,227 000000000000000004c9ad01b81a8e99845186a7dcc13d4f250c7429d084244f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.10 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,629.11 GB sent, 93.41 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.