Memory Pool Memory Pool Refreshing

6,290 transactions
2.16 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,807 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (213,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
694,295 694,295 00000000000000000006309b663b1d4a3d2bf9da0813d5eb2e88338b099002ee 1.25 MB 1,951 7
694,294 694,294 000000000000000000103ecb14d968e29eb60e3bdc696cd19e4382fcbeb38b94 1.50 MB 2,650 21
694,293 694,293 0000000000000000000732e4cd059ed9fa66d675f49057994588a3499e9c3631 0.70 MB 773 4
694,292 694,292 0000000000000000000f52a7119cbc1d28366483acd8b0e6744e5d6bc9f9d4e3 1.50 MB 1,981 14
694,291 694,291 00000000000000000010ef9a40a39d5012b765706b0784f9727465fcce774b28 1.09 MB 810 4
694,290 694,290 00000000000000000007b7ce3c650c3da5327fbc29ffdd2a2ebf8a4943103c51 1.42 MB 2,912 15
694,289 694,289 00000000000000000008626e0ae241036d3f5ca671de884ff2b79545b54f45b3 0.47 MB 1,029 14
694,288 694,288 00000000000000000008bf6a32c7bb2d24b06a4ca419228b2e8056a25d750eaf 0.84 MB 1,861 15
694,287 694,287 0000000000000000000d73a8f711e4a849c9dba66b69a689e46eeed96ff41eb1 0.02 MB 57 16
694,286 694,286 0000000000000000000cb89a1160c349bbbad496079e27e5e3e928b7dac18d35 0.42 MB 1,023 16
694,285 694,285 00000000000000000006f67591c7056511ee285d15af99e41ab8caf520534675 0.15 MB 300 13
694,284 694,284 00000000000000000001387211f519fd108ef295ee6d3ed8f07e6ba242bc7cf3 0.41 MB 870 21
694,283 694,283 0000000000000000000fe143110a686ba1f3a8a8d0a293e47c6e7b72d78222cb 1.66 MB 1,591 8
694,282 694,282 000000000000000000101a4d1615aa1bbd13803561203523887852e66c96ab27 0.20 MB 542 15
694,281 694,281 0000000000000000000eface3a832fdc19426ddfe4ec16deae2ad9759144185a 0.03 MB 67 25
694,280 694,280 0000000000000000000120582ebb859cd33faa7de2117fd106bf0bd4608eebc1 0.29 MB 445 12
694,279 694,279 00000000000000000008936850893e5b76c333884023f453c65efd53401d620d 0.89 MB 1,780 15
694,278 694,278 0000000000000000000e318ce2dcd35a452ff7fa706ebb9fceec1a59daf743ac 0.08 MB 151 12
694,277 694,277 00000000000000000012b29b2a9098cb3fc4f9f620466bdc07ba418370695807 0.32 MB 646 16
694,276 694,276 0000000000000000000fd5c540d9b6c4cce45e0cfb9233ee6905058f1d0fa4f9 1.46 MB 3,126 13
694,275 694,275 00000000000000000000ef78c534aa33848996d313e2261e66d3c6c1c9b4fad7 0.45 MB 737 11
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.