Memory Pool Memory Pool Refreshing

288 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,470 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 287 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (809,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,273 99,273 0000000000027a7102015aa2f243f01245f3f918c8992fe12b08637b9b4d30de 0.00 MB 2 0
99,272 99,272 00000000000065ac8058499b6dce3cef99660bf6cb10ffc45fab816ac6169cc2 0.00 MB 7 0
99,271 99,271 000000000003bcd7548dcb6da8f7afe7255fbe9096a0dbf1c3051b7392751d31 0.00 MB 6 0
99,270 99,270 000000000001a356f7a6566ca4107d5d8aff1fe934e3a6a0a24e549ee02ef5a1 0.00 MB 3 0
99,269 99,269 000000000003d7886375d8de913047ef5c5124b8ae6bfb5ede724c53bb873fff 0.00 MB 2 0
99,268 99,268 000000000000f7d77931d164f5f784ba326c7a5d026932e748ee7b7ed0fe362a 0.00 MB 1 0
99,267 99,267 000000000003dacdb9b9fcb459735bcae1210f6ce1926304052139e74a6f70e5 0.00 MB 4 0
99,266 99,266 0000000000043cf1a80efcc153fba41647f1d40c4c0108322f28fa5cca96370a 0.00 MB 6 0
99,265 99,265 00000000000145a90f9cc86d631727a448befbc74ca9274aa2c7aa5db1101fe2 0.00 MB 2 0
99,264 99,264 00000000000305f1174762ded3b2c3551dcaa127c47e6d14c340069b679de5a6 0.00 MB 1 0
99,263 99,263 0000000000025898c497b9fc4a6798bd71e3ad3535ab82d54bf1117bdadbdbf9 0.00 MB 12 0
99,262 99,262 00000000000188347e1c52cdeec82ff120a57e77efe18bc6389a1f20f9922a8b 0.00 MB 10 0
99,261 99,261 0000000000038936dd6ab5a8bab3c8adb799e9c3a93182891e74678a03d1b56a 0.00 MB 12 0
99,260 99,260 000000000001d5f9ed8bdba73405ebd5cd776ff69e295e37bf134e9a17789773 0.00 MB 2 0
99,259 99,259 00000000000197a9ec54a7155352f916c8d4b9b02efe271a4dd83b912fb53a04 0.00 MB 1 0
99,258 99,258 00000000000012b58b5d99cbed587a86458aa7f5c6fcf2653b3bacbca04ce881 0.00 MB 2 0
99,257 99,257 00000000000041adf677c469d8f72fb087e66fd97f5fb265b362d44e320101ec 0.00 MB 2 0
99,256 99,256 000000000002a12f94648975a5aa7a401e23b33a88d52ad7b0096446e1f39bb5 0.00 MB 1 0
99,255 99,255 000000000002c749b8622075dc086dbb5a527ea0ced259a985d8062441b868bf 0.00 MB 1 0
99,254 99,254 0000000000023d26d6dfbcf932fbfc3a4f0488895ebaedfe083502f6e1c044d1 0.00 MB 2 0
99,253 99,253 000000000001abba404acf9b22ad9ab7e4ec4a87ae51bb5e8ed6f4998c28fac0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.