Memory Pool Memory Pool Refreshing

10,009 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,150 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (785,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,264 122,264 0000000000004ac8030e8bdcdeb3c52cf95a3323cdc414d9e1f2a750cf0fbfa9 0.00 MB 8 0
122,263 122,263 0000000000002d1c5446fa6fb8c5eafccfd064d3ba967452ab5c24e257d17cc1 0.01 MB 9 0
122,262 122,262 0000000000007844eff35296610ded0112a51c0dc89dcd3e53f361f39b183a9f 0.01 MB 19 190
122,261 122,261 0000000000000cd1f69df737c2af19bbbe80ecc36fc64399aa5b63d04454eaa3 0.00 MB 15 1,143
122,260 122,260 00000000000060bcf3c2eb60a77f65bf0333631a11f65515f70e5c5062731f8b 0.00 MB 12 333
122,259 122,259 00000000000073c2698d4b38c2fb5b82e3fe0fbe075fcb4bd755252d7277f2f4 0.01 MB 29 2,228
122,258 122,258 00000000000036ac4cc5fd0aef3b521e65dac871e7f0e532421293a6305ca0f2 0.01 MB 13 990
122,257 122,257 000000000000817c73b09c8788adafd27698b929b0d1dc854864c18fc05e9b4e 0.01 MB 33 254
122,256 122,256 00000000000063b91d31b8716cbfe975c4941bdd052157b0d1e31937c6bae3ad 0.00 MB 8 542
122,255 122,255 000000000000454a3e87b456340f0d698136f6635331cf0f1662b2dfd0a0e9db 0.00 MB 9 325
122,254 122,254 00000000000074127740cf5bcf00f55b514c0558699b0f5d819ff476ff318927 0.00 MB 12 0
122,253 122,253 0000000000007b17612c475e09b322f6b6409845b5982349dc500b59dda29dd5 0.00 MB 10 0
122,252 122,252 000000000000697c7d4d3507bf58f9e61b06d97c40a21b856f1b72de04c44d08 0.00 MB 9 0
122,251 122,251 0000000000009720087b488d4a18a6e2c4d7ddbb073b8266a7a9eff250adf3d3 0.00 MB 8 0
122,250 122,250 0000000000004363436a414cad8e1cdb75f436c85b93923edbd3cc1d876fbf41 0.00 MB 13 584
122,249 122,249 0000000000003bab766eedd23eb2b082b63dc781c6a7456bf6bc2458c353e07d 0.00 MB 8 290
122,248 122,248 0000000000003f7959df9aafdf735b3e11fc39565dfd537f9224b24013d3a433 0.00 MB 12 0
122,247 122,247 0000000000003bfa47a830437529f742d331d58f002061ea48df05dfde80e080 0.00 MB 9 0
122,246 122,246 0000000000001e44b3c5e82f2c5297a59ec1e67a27e976c37d4a7f07afe80002 0.00 MB 12 579
122,245 122,245 00000000000076c38ac1dae4a2c178f5f3783e2729276a6ec3c2491c67ffd984 0.01 MB 23 0
122,244 122,244 0000000000003420b166afb65fcad64f2d8fb84c805ba8a68d624c906ff82df7 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.