Memory Pool Memory Pool Refreshing

3,192 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,044 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,043 (820,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,335 87,335 00000000001db343f80d37d22148c36db20306c2e79f6b8507ca7d311ae992e8 0.00 MB 1 0
87,334 87,334 00000000001bc5649c4a234aeb2a6f25c13ab53c4fa609bf5e6dbc73e8e1b14d 0.00 MB 2 0
87,333 87,333 000000000008215052a230d5aab0d4f9cfc26b375749863aec48ce9a68f09496 0.00 MB 1 0
87,332 87,332 0000000000147541bbbc23fa80dcadb999aa422b71fae7c59453b19679feee44 0.00 MB 1 0
87,331 87,331 00000000000fe31ab5520993dbdd94efcd896af225a33e99e630bc7b00813b8a 0.00 MB 4 0
87,330 87,330 000000000006be5706d0d1d5084e45c8b5e4dd52211aa04bae47217d53ddd8dc 0.00 MB 3 0
87,329 87,329 000000000001e0fd263bd18a17eeb74d5624c0b017612d8f83a9e9da662dc6bb 0.00 MB 1 0
87,328 87,328 00000000000e1e0b4e3bd8888a3262d8859c6191a2eb7db96a3a3360e68b8c77 0.00 MB 4 0
87,327 87,327 00000000001e5c466aff79acbb3244b3dce72d295ad3ab92277a849f4c4a5793 0.00 MB 1 0
87,326 87,326 00000000001c1ba7b18667c499c3a655ab49f3c470131ce5b4c8d33889734551 0.01 MB 11 0
87,325 87,325 00000000001349e63f8e74a71316b7bdfdf810b8f7e0b1d351bc26037944abd0 0.00 MB 3 0
87,324 87,324 0000000000016b08427e9c0c92c9b69958b654db6b68f45131ade0ac0dd51f6b 0.00 MB 3 0
87,323 87,323 00000000000e8f4a91367edf0c75fe2f5e69a9565fd49f8ded90332e4d0eaf7a 0.00 MB 1 0
87,322 87,322 000000000011acd340a60d916f78fb238b29e962bde13d1425795b31225ab642 0.01 MB 14 0
87,321 87,321 00000000001c896179192eebe48fa8e1ec595888a793a757aadc8243b9ec7d22 0.00 MB 5 0
87,320 87,320 00000000001c84f4e4be557e7dcc787601818076a8f17837e3cef68cbd568fed 0.00 MB 4 0
87,319 87,319 00000000001992c23c02c8e78208480471ea60f2d0a0456f24f0841d91e68d1d 0.00 MB 9 0
87,318 87,318 000000000014f1976b28a235587a23a970b89a2560e09c75a9da5fb7967f4862 0.00 MB 2 0
87,317 87,317 00000000001c3cae1b56c5a412eebfbe38b74e5c6d6027dac98cf504f3c55c81 0.00 MB 3 0
87,316 87,316 0000000000186fd6cf7a5501d2e654fd50093f8f673fe2094e2dfff85910c618 0.00 MB 3 0
87,315 87,315 0000000000145ce429806f91b1cf620241d21b79c7483d232e5373a5330bb707 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.63 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,652.30 GB sent, 96.00 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.