Memory Pool Memory Pool Refreshing

1,222 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,902 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,218 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (636,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,261 271,261 00000000000000021f691137e0e9e5085163affa6ce2175d84c12c33cd6b0025 0.25 MB 766 99
271,260 271,260 00000000000000021d345f0b74f6272a7a1f7c13aa7508da7dcf33331dd991e0 0.04 MB 113 84
271,259 271,259 0000000000000003902a3046f4157714eea60f9a58e15fe0f1232bade0ea6d69 0.07 MB 152 74
271,258 271,258 000000000000000502e9895bc65ad7fe693d6d1eb0da35c13323e15fc413c3ce 0.26 MB 494 51
271,257 271,257 000000000000000223229310d530fe39361e5aa12b653accd3be7e2feb2c3ea5 0.10 MB 200 37
271,256 271,256 000000000000000659915d84530337ba08c87a50c7d07eea11cad1fc0d25caa2 0.04 MB 119 58
271,255 271,255 00000000000000059743cb06c2dec664f0891f3a658c1a98f1f1830fee4fae3a 0.19 MB 412 67
271,254 271,254 00000000000000002e0037eefcb0d9b3fb0d29963c98bc13dcef26d168a58d4c 0.10 MB 243 59
271,253 271,253 00000000000000026be4acc92cd9d45986cfebeefbfdeddbf91961580192a35f 0.03 MB 90 42
271,252 271,252 0000000000000002f634f4b8772d5c0414125c4f188e7e3025ea362541335c90 0.06 MB 99 34
271,251 271,251 0000000000000005b0fb0c04947ee0f07191bdbbdebd7ada4078f409911c8c2d 0.15 MB 207 14
271,250 271,250 00000000000000041d6733e27ceeeb8e8e446312d392d5f68330e8b4e59e35b0 0.01 MB 16 25
271,249 271,249 00000000000000059d16b18c6bf3925a1cb2f98dbeeda8f1551731b03cd2cd09 0.15 MB 330 71
271,248 271,248 0000000000000005fba9a306f85c33904baae1951fc993a0dd4e8c9a2035ea55 0.07 MB 204 50
271,247 271,247 0000000000000005775dfd448432a72190c03dd369df9f620e3df5d838c1234d 0.20 MB 451 149
271,246 271,246 0000000000000003eebdd97e4ad0b46f5eb59c572697beef949b6ccd51ea0b7d 0.07 MB 144 48
271,245 271,245 0000000000000006cd4a9b27320891a7b64704ea6dc62e4ebd15ddd0b1d3c97c 0.23 MB 484 96
271,244 271,244 0000000000000004a24c68f040dcc01118cd20b13a6703947b2817d67acf4df8 0.01 MB 24 55
271,243 271,243 00000000000000068bcedf5b65d62a346c84c278bd3955b10cde6551caa59cb0 0.02 MB 71 42
271,242 271,242 00000000000000016c481fc82144c055000df965d2a9ced21b41f33bf684f572 0.15 MB 371 56
271,241 271,241 000000000000000050223bd219e929b24f8df9072f3f31d4ee89bb46831142f0 0.24 MB 530 136
Previous 10 blocks ↓
Total Size: 769.36 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,643.67 GB sent, 94.73 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.