Memory Pool Memory Pool Refreshing

1,561 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,551 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (735,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,351 172,351 0000000000000134ef8e8050fc0c79ce478c76abefe20d1a57681469ed01f50e 0.01 MB 15 399
172,350 172,350 00000000000004ce554425b8d10a447e14a4149fff0c1ec2657fe066d2f5c1ee 0.02 MB 24 56
172,349 172,349 00000000000004fee8d1c8829c0f8e2e1bfd99675ad992765a40ab72717280a9 0.02 MB 68 272
172,348 172,348 00000000000000222442f2f5e2982b76aa48cc9992a24ab39c3795abd618b35f 0.03 MB 74 81
172,347 172,347 00000000000008ab1691776c9aedf061d864c8303ff274ad7eecfb0d3792f92e 0.01 MB 7 23
172,346 172,346 0000000000000420af7bf5dbfe92f181bb165fecdd2a34ce199a171765199e19 0.01 MB 53 0
172,345 172,345 000000000000056995e341152bf271574acfc66dd1181c0e757d47c712b787b3 0.03 MB 91 57
172,344 172,344 00000000000001a7f8338c891557c06514c49665113698d779e154b41f9c0bda 0.04 MB 75 95
172,343 172,343 000000000000060985068b431347536b49cf0decf7c821e1bbee35f0b94abf00 0.00 MB 1 0
172,342 172,342 00000000000001385634cd1410451735f1a06b9c483225f9a3f4797657164a01 0.07 MB 56 125
172,341 172,341 00000000000002b76de226f2366619005dd7385df8196b3ab2d82302ea593acd 0.05 MB 164 61
172,340 172,340 0000000000000acb831646093404b9c04c78c47dbb01fdf54d1e0d95f0cf453a 0.03 MB 75 109
172,339 172,339 0000000000000a4eca1f3d342360a4d0ae46597f4a2c06d344a8b947662b1da9 0.02 MB 51 114
172,338 172,338 00000000000000a3b87f9de097cf03aeebff921f187797c8c9e0598fa0080a63 0.01 MB 14 30
172,337 172,337 0000000000000257876eb14af5f86932ddc6089d30a8eebd5170627fb9a69e6a 0.00 MB 11 2,655
172,336 172,336 000000000000042b551e6e3d17efa92451355a4930e8c8bd9b60f46e5a8dfa4a 0.01 MB 24 33
172,335 172,335 0000000000000942cc98e81b90c78a35e5ee8dde38aaea2833e70fb98cb1dc44 0.02 MB 85 45
172,334 172,334 00000000000002d742fe123dfaa0354bf7706edf36f0fa6b6cef882f83745bc4 0.01 MB 15 21
172,333 172,333 00000000000004b363b73199721b8a482e4b713302a4371f4cfe5eaeba898183 0.00 MB 1 0
172,332 172,332 00000000000008640b34dbd6d7c8c8640346b674efd43b50abfb523bb025d65e 0.01 MB 61 3
172,331 172,331 0000000000000721fa3874416a837af445888cab9508a73da896eb954ad5a33b 0.01 MB 17 197
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.63 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.