Memory Pool Memory Pool Refreshing

869 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 857 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (761,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,270 146,270 000000000000050f6739c5a1b771a9f89eeae55e0b7364fb04b7650ae3c57276 0.03 MB 63 175
146,269 146,269 00000000000004099303e4ec0e4854dca15eeea112e855e6afe437e26f1910d3 0.00 MB 1 0
146,268 146,268 0000000000000278f6c049cec04014ca44623032be15e587c447b1740f730725 0.00 MB 4 114
146,267 146,267 000000000000082047960bf0fe888a929379aac1fd269d447acc5ffc7308e1ed 0.00 MB 12 176
146,266 146,266 000000000000039d7782403ce56aa26226b5d7981685296ca5accd5ebee40348 0.04 MB 114 102
146,265 146,265 000000000000077e28baff8303f45173ec3caf628d17977066f8da04538e1008 0.02 MB 35 49
146,264 146,264 0000000000000864e2ed409294455cb7bb01d023adc4d1d630f0b361b59c9472 0.02 MB 66 186
146,263 146,263 0000000000000905bd5b544972c62f94e7d67c91ca4c7565de6fb347408f01f9 0.00 MB 7 880
146,262 146,262 00000000000004927ecd78103699a4d6cc72474ccd261b0b8e4ea2a7ae50eb3a 0.02 MB 61 0
146,261 146,261 00000000000005fb707ae8753c29cf5c5f960ac984e98b39aea3e3b5d21c880d 0.00 MB 10 23
146,260 146,260 000000000000031051e6f4caeb78a026dbf2faf45f55d522228dfc2e238f578a 0.08 MB 48 53
146,259 146,259 000000000000055fa410ba7dfe1afd4447cb6ec79d1e5ecb79be406261a3bcca 0.00 MB 12 67
146,258 146,258 0000000000000891fbae1d9118685e1eb66893b9096fe51d7258906207a18723 0.03 MB 56 112
146,257 146,257 00000000000007236a1a7a461e0549ed6ffb1d1b2b42b1ba1fc7b4f267ec2b35 0.02 MB 38 290
146,256 146,256 0000000000000706eaefad096cc4952a94bad1100469763435e8562b0c5a4e95 0.00 MB 8 146
146,255 146,255 00000000000007fcfe0949dee84c8998fb57a8d5e07c256c64900cf8d0da96af 0.01 MB 20 244
146,254 146,254 00000000000002a2d37992ffbe74f0912c8484b768477b406f0a96b8f55f9517 0.02 MB 65 228
146,253 146,253 0000000000000271cf7f832a1d7530ea00338340ad297763a88d8214f01b0f8f 0.03 MB 60 156
146,252 146,252 000000000000043c3cb2666614224c10fcc73547c60adf6d0d03739658645f46 0.03 MB 77 24
146,251 146,251 00000000000007a4632739f1419a02c6a62d34e81632298d63aea7a819a04a49 0.00 MB 12 35
146,250 146,250 000000000000030c78c7c62c2174927fab4567d96bf8bb3a174f2e33b28c048c 0.04 MB 137 96
Previous 10 blocks ↓
Total Size: 769.30 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.58 GB sent, 94.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.