Memory Pool Memory Pool Refreshing

5,461 transactions
10.74 vMB
Show Random Selection Loading Transactions
Max Size: 43/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,346 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,146 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,345 (820,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,347 87,347 000000000017eb834093767e2905493d2b3fa40464fbdcf1a41c36a10bbc1d20 0.00 MB 1 0
87,346 87,346 000000000019e285787fb80d6e9a98b2f97c6ec963703cf3bd744f05bb335f7f 0.00 MB 2 0
87,345 87,345 0000000000142daecec0272db4fe04a3a5a9bcbc6571b2711acc85b36f78926b 0.00 MB 2 0
87,344 87,344 000000000011f9e37b7adc5e7b6f1bdfc0f54b58c32f7c8f14a206c3b436ff99 0.00 MB 1 0
87,343 87,343 0000000000056494facb003a26077b505a5a0e6b139c447818eb970a57908090 0.00 MB 1 0
87,342 87,342 00000000000e3d45c2f27ed64a1027bfa209825b1de0d11b5cbbcb9789dc44f9 0.00 MB 1 0
87,341 87,341 0000000000132be71d80c7c81388a2f326aab37a338bd3a4bb1e2dd480e3ea14 0.00 MB 1 0
87,340 87,340 000000000009a171de1fcfd21d7f9e75635ad25b0c03d5e0b11fb078f69a8bdb 0.00 MB 2 0
87,339 87,339 00000000000a23a0b85ea17b5d8bcf721ea148a5294056cdb4a5187bf8194b16 0.00 MB 2 0
87,338 87,338 00000000000ba60f4383f77f2a206bfa39cd433d7cd3fcbdb29b8b6e3438e2e9 0.00 MB 1 0
87,337 87,337 000000000018f4bcd45bb4f049a1bd0d0f5892da2874d17614e0ed1a4e6e958f 0.00 MB 1 0
87,336 87,336 00000000000ec7025900486a63a58c73d87164bab864fce5471e2f7098baa83b 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.31 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,701.92 GB sent, 98.82 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.